Skip to content

Commit c1f2af3

Browse files
committed
add image test to lock issue 3551
1 parent 3ec4072 commit c1f2af3

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
8.67 KB
Loading
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scattergl",
5+
"mode": "lines+markers",
6+
"y": [
7+
1,
8+
null,
9+
1,
10+
2
11+
],
12+
"x": [
13+
0,
14+
1,
15+
2,
16+
3
17+
],
18+
"connectgaps": false
19+
},
20+
{
21+
"type": "scattergl",
22+
"mode": "lines+markers",
23+
"y": [
24+
3,
25+
null,
26+
3,
27+
3
28+
],
29+
"x": [
30+
0,
31+
1,
32+
2,
33+
3
34+
],
35+
"connectgaps": false
36+
}
37+
],
38+
"layout": {
39+
"showlegend": false,
40+
"margin": {
41+
"t": 20,
42+
"b": 20,
43+
"l": 20,
44+
"r": 20
45+
},
46+
"width": 400,
47+
"height": 300
48+
}
49+
}

0 commit comments

Comments
 (0)