Skip to content

Commit 3c39815

Browse files
committed
add test
1 parent 789d7c7 commit 3c39815

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed
Loading
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"data": [
3+
{
4+
"marker": {
5+
"size": 10
6+
},
7+
"mode": "markers",
8+
"name": "scatter",
9+
"type": "scatter",
10+
"x": [
11+
1,
12+
2,
13+
3,
14+
4,
15+
5
16+
],
17+
"y": [
18+
2,
19+
1,
20+
6,
21+
4,
22+
4
23+
]
24+
},
25+
{
26+
"name": "bar",
27+
"type": "bar",
28+
"x": [
29+
1,
30+
2,
31+
3,
32+
4,
33+
5
34+
],
35+
"y": [
36+
1,
37+
6,
38+
3,
39+
6,
40+
1
41+
]
42+
},
43+
{
44+
"mode": "lines",
45+
"name": "line",
46+
"type": "scatter",
47+
"x": [
48+
1,
49+
2,
50+
3,
51+
4,
52+
5
53+
],
54+
"y": [
55+
2,
56+
3,
57+
4,
58+
3,
59+
2
60+
],
61+
"zorder": -1
62+
}
63+
],
64+
"layout": {
65+
"width": 350,
66+
"height": 350,
67+
"title": {
68+
"text": "Move line plot to back only"
69+
}
70+
}
71+
}

0 commit comments

Comments
 (0)