File tree 2 files changed +57
-0
lines changed
2 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
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
+ "xaxis" : " x2"
11
+ },
12
+ {
13
+ "x" : [1 , 2 , 3 ],
14
+ "y" : [4 , 5 , 6 ],
15
+ "yaxis" : " y2"
16
+ },
17
+ {
18
+ "x" : [20 , 30 , 40 ],
19
+ "y" : [50 , 60 , 70 ],
20
+ "xaxis" : " x2" ,
21
+ "yaxis" : " y2"
22
+ }
23
+ ],
24
+ "layout" : {
25
+ "showlegend" : false ,
26
+ "grid" : {
27
+ "rows" : 2 ,
28
+ "columns" : 2
29
+ },
30
+ "xaxis" : {
31
+ "title" : {"text" : " mirror:all" },
32
+ "ticks" : " outside" ,
33
+ "showline" : true ,
34
+ "mirror" : " all"
35
+ },
36
+ "xaxis2" : {
37
+ "title" : {"text" : " mirror:allticks" },
38
+ "ticks" : " outside" ,
39
+ "showline" : true ,
40
+ "mirror" : " allticks"
41
+ },
42
+ "yaxis" : {
43
+ "title" : {"text" : " mirror:all" },
44
+ "ticks" : " outside" ,
45
+ "showline" : true ,
46
+ "zeroline" : false ,
47
+ "mirror" : " all"
48
+ },
49
+ "yaxis2" : {
50
+ "title" : {"text" : " mirror:allticks" },
51
+ "ticks" : " outside" ,
52
+ "showline" : true ,
53
+ "zeroline" : false ,
54
+ "mirror" : " allticks"
55
+ }
56
+ }
57
+ }
You can’t perform that action at this time.
0 commit comments