Skip to content

Commit 334fc19

Browse files
committed
Separate test for fancy and non-fancy
1 parent 7f2fa0b commit 334fc19

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed
-533 Bytes
Loading
20.2 KB
Loading

test/image/mocks/gl2d_date_axes.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@
2525
8,
2626
9
2727
],
28-
"type": "scattergl"
28+
"type": "scattergl",
29+
"mode": "markers"
2930
}
3031
],
3132
"layout": {
3233
"xaxis": {
3334
"range": [
34-
1477434180000,
35+
1477434179998,
3536
1477434180004
3637
],
3738
"autorange": false
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
"1970-10-25 22:23:00",
6+
"1970-10-25 22:23:00.001",
7+
"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,
21+
4,
22+
5,
23+
6,
24+
7,
25+
8,
26+
9
27+
],
28+
"type": "scattergl",
29+
"mode": "lines+markers"
30+
}
31+
],
32+
"layout": {
33+
"xaxis": {
34+
"range": [
35+
1477434179998,
36+
1477434180004
37+
],
38+
"autorange": false
39+
}
40+
}
41+
}

0 commit comments

Comments
 (0)