We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860ccee commit 0539e28Copy full SHA for 0539e28
test/image/baselines/colorscale_constraint.png
1.88 KB
test/image/mocks/colorscale_constraint.json
@@ -6,7 +6,12 @@
6
"color": [1,2,3,4],
7
"cmin": 2,
8
"cmax": 3,
9
- "showscale": true
+ "colorbar": {
10
+ "title": "trace 0",
11
+ "len": 0.3,
12
+ "y": 0,
13
+ "yanchor": "bottom"
14
+ }
15
}
16
}, {
17
"x": [1,2,3,4,5],
@@ -15,7 +20,12 @@
20
21
"cmin": 1,
22
"cmax": 4,
18
- "showscale": false
23
24
+ "title": "trace 1",
25
26
+ "y": 0.3,
27
28
19
29
30
31
"x": [1,2,3,4],
@@ -24,7 +34,12 @@
34
"marker": {
35
"color": [0,0,0,0],
36
"size": 10,
37
38
+ "title": "trace 2",
39
40
+ "y": 0.6,
41
42
43
44
}],
45
"layout": {
0 commit comments