forked from plotly/plotly.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
legend_scroll_beyond_plotarea.json
126 lines (126 loc) · 3.08 KB
/
legend_scroll_beyond_plotarea.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"data": [
{
"x": [1, 2, 3],
"y": [44, 88, 132],
"name": "trace with wide trace name 0"
},
{
"x": [1, 2, 3],
"y": [88, 176, 264],
"name": "trace with wide trace name 1",
"yaxis": "y2"
},
{
"x": [1, 2, 3],
"y": [132, 264, 396.00000000000006],
"name": "trace with wide trace name 2"
},
{
"x": [1, 2, 3],
"y": [176, 352, 528],
"name": "trace with wide trace name 3",
"yaxis": "y2",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [220, 440, 660],
"name": "trace with wide trace name 4",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [264, 528, 792],
"name": "trace with wide trace name 5",
"yaxis": "y2",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [308, 616, 923.9999999999999],
"name": "trace with wide trace name 6",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [351.99999999999994, 703.9999999999999, 1055.9999999999998],
"name": "trace with wide trace name 7",
"yaxis": "y2",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [395.99999999999994, 791.9999999999999, 1187.9999999999998],
"name": "trace with wide trace name 8",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [439.99999999999994, 879.9999999999999, 1319.9999999999998],
"name": "trace with wide trace name 9",
"yaxis": "y2",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [483.9999999999999, 967.9999999999998, 1451.9999999999998],
"name": "trace with wide trace name 10",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [527.9999999999999, 1055.9999999999998, 1583.9999999999998],
"name": "trace with wide trace name 11",
"yaxis": "y2",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [571.9999999999999, 1143.9999999999998, 1715.9999999999995],
"name": "trace with wide trace name 12",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [615.9999999999999, 1231.9999999999998, 1847.9999999999995],
"name": "trace with wide trace name 13",
"yaxis": "y2",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [659.9999999999999, 1319.9999999999998, 1979.9999999999995],
"name": "trace with wide trace name 14",
"visible": "legendonly"
},
{
"x": [1, 2, 3],
"y": [703.9999999999999, 1407.9999999999998, 2111.9999999999995],
"name": "trace with wide trace name 15",
"yaxis": "y2",
"visible": "legendonly"
}
],
"layout": {
"legend": {
"xanchor": "left",
"yanchor": "top",
"y": 0,
"x": 2,
"orientation": "h",
"bgcolor": "rgb(200, 200, 200)"
},
"xaxis": {
"title": { "text": "X Axis" }
},
"yaxis": {
"title": { "text": "Count#" }
},
"yaxis2": {
"title": { "text": "Y-2Axis" },
"overlaying": "y",
"side": "right"
}
}
}