-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathzz-container-legend.json
75 lines (75 loc) · 1.73 KB
/
zz-container-legend.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
{
"data": [
{
"y": [0]
},
{
"y": [1]
},
{
"y": [2]
},
{
"y": [3],
"legend": "legend2"
},
{
"y": [4],
"legend": "legend3"
},
{
"y": [5],
"legend": "legend3"
}
],
"layout": {
"margin": {"t": 0, "b": 0, "r": 0, "l": 0},
"title": {
"text": "Multiple legends | Legends 1 & 2 with container ref",
"automargin": true,
"yref": "container"
},
"width": 500,
"height": 500,
"yaxis": {
"autorange": "reversed",
"title": {"text": "Long axis title with standoff", "font": {"size": 24}, "standoff": 25},
"side": "right",
"automargin": true
},
"xaxis": {"title": {"text": "Xaxis title"}, "automargin": true},
"legend": {
"bgcolor": "lightgray",
"xref": "container",
"title": {
"text": "Legend"
}
},
"legend2": {
"x": 0,
"y": 0.5,
"xanchor": "right",
"yanchor": "top",
"bgcolor": "lightblue",
"title": {
"text": "Legend 2"
}
},
"legend3": {
"y": 0,
"x": 0.5,
"orientation": "h",
"yref": "container",
"xref": "container",
"xanchor": "center",
"bgcolor": "yellow",
"title": {
"text": "Legend 3"
}
},
"hovermode": "x unified"
},
"config": {
"editable": true
}
}