Skip to content

Commit 227e43c

Browse files
committed
add failing mock for #4027
1 parent 81a3a4a commit 227e43c

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
15.8 KB
Loading
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"data": [
3+
{
4+
"x": [1, 2, 3],
5+
"y": [4, 5, 6]
6+
},
7+
{
8+
"x": [20, 30, 40],
9+
"y": [50, 60, 70]
10+
}
11+
],
12+
"layout": {
13+
"xaxis": {
14+
"mirror": true,
15+
"showline": true,
16+
"zeroline": true,
17+
"rangemode": "tozero",
18+
"nticks": 1
19+
},
20+
"yaxis": {
21+
"rangemode": "tozero",
22+
"showline": false,
23+
"zeroline": false
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)