-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathz-automargin-minreducedwidth.json
56 lines (56 loc) · 1.39 KB
/
z-automargin-minreducedwidth.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
56
{
"data": [{
"name": "< D E A T H >",
"marker": { "color": "red" },
"y": [
"A n t o n i o V i v a l d i",
"J o h a n n S e b a s t i a n B a c h",
"W o l f g a n g A m a d e u s M o z a r t",
"L u d w i g v a n B e e t h o v e n"
],
"x": [
"1741",
"1750",
"1791",
"1827"
]
},
{
"name": "< B I R T H >",
"marker": { "color": "blue" },
"y": [
"A n t o n i o V i v a l d i",
"J o h a n n S e b a s t i a n B a c h",
"W o l f g a n g A m a d e u s M o z a r t",
"L u d w i g v a n B e e t h o v e n"
],
"x": [
"1678",
"1685",
"1756",
"1770"
]
}],
"layout": {
"showlegend": false,
"title": {
"text": "Longest and shortest<br>names and time periods"
},
"width": 240,
"height": 200,
"margin": {
"t": 80,
"b": 20,
"l": 20,
"r": 20,
"minreducedwidth": 55
},
"xaxis": {
"type": "date",
"automargin": true
},
"yaxis": {
"automargin": true
}
}
}