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 dc9b25e commit 5eddd04Copy full SHA for 5eddd04
2 files changed
test/image/baselines/axes_linked_date_autorange.png
23.9 KB
test/image/mocks/axes_linked_date_autorange.json
@@ -0,0 +1,50 @@
1
+{
2
+ "data": [
3
+ {
4
+ "x": [
5
+ "2019-04-01",
6
+ "2019-04-02",
7
+ "2019-04-03"
8
+ ],
9
+ "y": [
10
+ 1,
11
+ 2,
12
+ 3
13
14
+ "type": "scatter"
15
+ },
16
17
18
+ "2019-04-06",
19
+ "2019-04-07",
20
+ "2019-04-08"
21
22
23
+ 4,
24
+ 5,
25
+ 6
26
27
+ "xaxis": "x2",
28
29
+ }
30
31
+ "layout": {
32
+ "xaxis": {
33
+ "autorange": true,
34
+ "domain": [
35
+ 0,
36
+ 0.45
37
38
+ "type": "date"
39
40
+ "xaxis2": {
41
42
43
+ 0.55,
44
+ 1.0
45
46
+ "matches": "x",
47
48
49
50
+}
0 commit comments