We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0713f23 commit b993ac7Copy full SHA for b993ac7
test/image/baselines/range_slider_multiple.png
15.2 KB
test/image/mocks/range_slider_multiple.json
@@ -0,0 +1,41 @@
1
+{
2
+ "data": [
3
+ {
4
+ "x": [ 1, 2, 3 ],
5
+ "y": [ 4, 5, 6 ],
6
+ "type": "bar"
7
+ },
8
9
+ "z": [
10
+ [ 20, 30, 40 ],
11
+ [ 50, 60, 70 ]
12
+ ],
13
+ "showscale": false,
14
+ "xaxis": "x2",
15
+ "yaxis": "y2",
16
+ "type": "heatmap"
17
+ }
18
19
+ "layout": {
20
+ "xaxis": {
21
+ "domain": [ 0, 0.45 ],
22
+ "range": [ 1, 2 ],
23
+ "rangeslider": {}
24
25
+ "xaxis2": {
26
+ "anchor": "y2",
27
+ "domain": [ 0.55, 1 ],
28
+ "rangeslider": {
29
+ "range": [ -1, 4 ]
30
31
32
+ "yaxis": {
33
+ "domain": [ 0.3, 0.8 ],
34
+ "type": "linear"
35
36
+ "yaxis2": {
37
+ "anchor": "x2",
38
+ "domain": [ 0.5, 1 ]
39
40
41
+}
0 commit comments