Skip to content

Commit 99d8bde

Browse files
committed
use [) operation in image tests
1 parent 0cd2bf2 commit 99d8bde

10 files changed

+9
-51
lines changed
-26.4 KB
Binary file not shown.
3.54 KB
Loading
-276 Bytes
Loading
Loading

test/image/mocks/axes_breaks-bars.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

test/image/mocks/axes_breaks-finance.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,7 @@
367367
"bounds": [ 6, 1 ]
368368
},
369369
{
370-
"values": ["2017-01-16"],
371-
"operation": "()"
370+
"values": ["2017-01-16"]
372371
}
373372
]
374373
},
@@ -380,8 +379,7 @@
380379
"bounds": [ 6, 1 ]
381380
},
382381
{
383-
"values": ["2017-01-16"],
384-
"operation": "()"
382+
"values": ["2017-01-16"]
385383
}
386384
]
387385
},

test/image/mocks/axes_breaks-rangeslider.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,18 +2659,15 @@
26592659
},
26602660
{
26612661
"pattern": "hour",
2662-
"bounds": [0, 9],
2663-
"operation": "()"
2662+
"bounds": [0, 9]
26642663
},
26652664
{
26662665
"pattern": "hour",
2667-
"bounds": [12, 13],
2668-
"operation": "()"
2666+
"bounds": [12, 13]
26692667
},
26702668
{
26712669
"pattern": "hour",
2672-
"bounds": [15, 21],
2673-
"operation": "()"
2670+
"bounds": [15, 21]
26742671
}
26752672
],
26762673
"rangeslider": { "visible": true }

test/image/mocks/axes_breaks-tickvals.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
{"bounds": [
2121
"1969-12-31 23:59:59.999",
2222
"1970-01-01 00:00:00.090"
23-
], "operation": "()"},
23+
]},
2424
{"bounds": [
2525
"1970-01-01 00:00:00.101",
2626
"1970-01-01 00:00:00.189"
27-
], "operation": "()"}
27+
]}
2828
],
2929
"tickvals": [
3030
"1969-12-31 23:59:59.980",

test/image/mocks/axes_breaks-values.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"layout": {
1515
"xaxis": {
1616
"rangebreaks": [
17-
{ "values": [ "2020-01-04", "2020-01-05" ], "operation": "()" }
17+
{ "values": [ "2020-01-03 23:59:59", "2020-01-05" ] }
1818
]
1919
}
2020
}

test/image/mocks/axes_breaks-weekends-weeknights.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
},
2121
{
2222
"pattern": "hour",
23-
"bounds": [ 16, 8 ],
24-
"operation": "()"
23+
"bounds": [ 16.001, 8 ]
2524
}
2625
]
2726
},

0 commit comments

Comments
 (0)