Skip to content

Commit b98bd65

Browse files
committed
plotly#189 image based regression test JSONs
1 parent 043ac1b commit b98bd65

File tree

3 files changed

+138
-0
lines changed

3 files changed

+138
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
5,
6+
1,
7+
null,
8+
2,
9+
4
10+
],
11+
"y": [
12+
1,
13+
2,
14+
3,
15+
4,
16+
5
17+
],
18+
"connectgaps": false,
19+
"uid": "8ac13a"
20+
}
21+
],
22+
"layout": {
23+
"title": "category ascending",
24+
"xaxis": {
25+
"type": "category",
26+
"range": [
27+
-0.18336673346693386,
28+
3.1833667334669338
29+
],
30+
"autorange": true,
31+
"categorymode": "category ascending",
32+
"categorylist": [2,4,5,1]
33+
},
34+
"yaxis": {
35+
"type": "linear",
36+
"range": [
37+
0.7070063694267517,
38+
5.292993630573249
39+
],
40+
"autorange": true
41+
},
42+
"height": 450,
43+
"width": 1000,
44+
"autosize": true
45+
}
46+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
1,
6+
2,
7+
null,
8+
4,
9+
5
10+
],
11+
"y": [
12+
1,
13+
2,
14+
3,
15+
4,
16+
5
17+
],
18+
"connectgaps": false,
19+
"uid": "8ac13a"
20+
}
21+
],
22+
"layout": {
23+
"title": "categorylist",
24+
"xaxis": {
25+
"type": "category",
26+
"range": [
27+
-0.18336673346693386,
28+
3.1833667334669338
29+
],
30+
"autorange": true,
31+
"categorymode": "array",
32+
"categorylist": [2,4,5,1]
33+
},
34+
"yaxis": {
35+
"type": "linear",
36+
"range": [
37+
0.7070063694267517,
38+
5.292993630573249
39+
],
40+
"autorange": true
41+
},
42+
"height": 450,
43+
"width": 1000,
44+
"autosize": true
45+
}
46+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
5,
6+
1,
7+
null,
8+
2,
9+
4
10+
],
11+
"y": [
12+
1,
13+
2,
14+
3,
15+
4,
16+
5
17+
],
18+
"connectgaps": false,
19+
"uid": "8ac13a"
20+
}
21+
],
22+
"layout": {
23+
"title": "category descending",
24+
"xaxis": {
25+
"type": "category",
26+
"range": [
27+
-0.18336673346693386,
28+
3.1833667334669338
29+
],
30+
"autorange": true,
31+
"categorymode": "category descending",
32+
"categorylist": [2,4,5,1]
33+
},
34+
"yaxis": {
35+
"type": "linear",
36+
"range": [
37+
0.7070063694267517,
38+
5.292993630573249
39+
],
40+
"autorange": true
41+
},
42+
"height": 450,
43+
"width": 1000,
44+
"autosize": true
45+
}
46+
}

0 commit comments

Comments
 (0)