-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathautomargin-title-standoff.json
55 lines (55 loc) · 1.08 KB
/
automargin-title-standoff.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"data": [
{"y": [1]},
{"y": [1], "xaxis": "x2", "yaxis": "y2"}
],
"layout": {
"width": 600,
"height": 300,
"margin": {"l": 0, "r": 0, "t": 0, "b": 0},
"showlegend": false,
"grid": {"rows": 1, "columns": 2, "pattern": "independent"},
"xaxis": {
"title": {
"text": "X Axis",
"standoff": 60,
"font": {"size": 25}
},
"automargin": true,
"showline": true,
"mirror": true
},
"yaxis": {
"title": {
"text": "Y<br>Axis",
"standoff": 100,
"font": {"size": 20}
},
"automargin": true,
"showline": true,
"mirror": true
},
"xaxis2": {
"anchor": "y2",
"side": "top",
"title": {
"text": "X<br>Axis<br>2",
"standoff": 80
},
"automargin": true,
"showline": true,
"mirror": true
},
"yaxis2": {
"anchor": "x2",
"side": "right",
"title": {
"text": "Y Axis 2",
"standoff": 30
},
"automargin": true,
"showline": true,
"mirror": true
}
}
}