-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathcliponaxis_false-dates-log.json
58 lines (58 loc) · 1.49 KB
/
cliponaxis_false-dates-log.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
57
58
{
"data": [{
"name": "gregorian input dates",
"x": ["2017-11-1", "2017-11-2", "2017-11-3", "2017-11-4", "2017-11-5", "2017-11-6", "2017-11-7"],
"y": [4734, 7793, 7784, 6628, 5644, 6224, 5058],
"text": [4734, 7793, 7784, 6628, 5644, 6224, 5058],
"mode": "lines+markers+text",
"marker": {"size": 30},
"textposition": "top right",
"hoverinfo": "x+y",
"cliponaxis": false
}, {
"name": "julian input dates",
"y": ["2017-11-1", "2017-11-2", "2017-11-3", "2017-11-4", "2017-11-5", "2017-11-6", "2017-11-7"],
"x": [4734, 7793, 7784, 6628, 5644, 6224, 5058],
"text": [4734, 7793, 7784, 6628, 5644, 6224, 5058],
"mode": "lines+markers+text",
"marker": {"size": 30},
"textposition": "bottom left",
"hoverinfo": "x+y",
"cliponaxis": false,
"ycalendar": "julian",
"xaxis": "x2",
"yaxis": "y2"
}],
"layout": {
"dragmode": "pan",
"width": 700,
"height": 400,
"xaxis": {
"domain": [0, 0.48],
"title": "gregorian date axis",
"range": ["2017-11-1", "2017-11-7"]
},
"yaxis": {
"type": "log" ,
"title": "log axis"
},
"xaxis2": {
"type": "log",
"domain": [0.52, 1],
"title": "log axis",
"anchor": "y2"
},
"yaxis2": {
"anchor": "x2",
"side": "right",
"title": "gregorian date axis",
"range": ["2017-11-14", "2017-11-20"]
},
"legend": {
"x": 0,
"y": 1.1,
"xanchor": "left",
"yanchor": "bottom"
}
}
}