Skip to content

Commit a04550f

Browse files
committed
add null category image test mock
1 parent 5ade8a8 commit a04550f

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
20.5 KB
Loading
+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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": "null categories",
24+
"xaxis": {
25+
"type": "category",
26+
"range": [
27+
-0.18336673346693386,
28+
3.1833667334669338
29+
],
30+
"autorange": true
31+
},
32+
"yaxis": {
33+
"type": "linear",
34+
"range": [
35+
0.7070063694267517,
36+
5.292993630573249
37+
],
38+
"autorange": true
39+
},
40+
"height": 450,
41+
"width": 1000,
42+
"autosize": true
43+
}
44+
}

0 commit comments

Comments
 (0)