We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ff88e commit 99fa5cfCopy full SHA for 99fa5cf
test/image/baselines/gl2d_date_axes.png
-1.46 KB
test/image/mocks/gl2d_date_axes.json
@@ -2,16 +2,40 @@
2
"data": [
3
{
4
"x": [
5
- "2013-10-04 22:23:00",
6
- "2013-11-04 22:23:00",
7
- "2013-12-04 22:23:00"
+ "1970-10-25 22:23:00",
+ "1970-10-25 22:23:00.001",
+ "1970-10-25 22:23:00.002",
8
+ "1970-10-25 22:23:00.003",
9
+ "1970-10-25 22:23:00.004",
10
+ "2016-10-25 22:23:00",
11
+ "2016-10-25 22:23:00.001",
12
+ "2016-10-25 22:23:00.002",
13
+ "2016-10-25 22:23:00.003",
14
+ "2016-10-25 22:23:00.004"
15
],
16
"y": [
17
+ 0,
18
1,
19
+ 2,
20
3,
- 6
21
+ 4,
22
+ 5,
23
+ 6,
24
+ 7,
25
+ 8,
26
+ 9
27
- "type": "scattergl"
28
+ "type": "scattergl",
29
+ "mode": "markers"
30
}
- ]
31
+ ],
32
+ "layout": {
33
+ "xaxis": {
34
+ "range": [
35
+ 1477426980000,
36
+ 1477426980004
37
38
+ "autorange": true
39
+ }
40
41
0 commit comments