Skip to content

Commit 5eddd04

Browse files
committed
Add image test for #3770
1 parent dc9b25e commit 5eddd04

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Loading
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
"2019-04-01",
6+
"2019-04-02",
7+
"2019-04-03"
8+
],
9+
"y": [
10+
1,
11+
2,
12+
3
13+
],
14+
"type": "scatter"
15+
},
16+
{
17+
"x": [
18+
"2019-04-06",
19+
"2019-04-07",
20+
"2019-04-08"
21+
],
22+
"y": [
23+
4,
24+
5,
25+
6
26+
],
27+
"xaxis": "x2",
28+
"type": "scatter"
29+
}
30+
],
31+
"layout": {
32+
"xaxis": {
33+
"autorange": true,
34+
"domain": [
35+
0,
36+
0.45
37+
],
38+
"type": "date"
39+
},
40+
"xaxis2": {
41+
"autorange": true,
42+
"domain": [
43+
0.55,
44+
1.0
45+
],
46+
"matches": "x",
47+
"type": "date"
48+
}
49+
}
50+
}

0 commit comments

Comments
 (0)