Skip to content

Commit d2a57e3

Browse files
committed
rm shape:'spline' from range slider reversed range mock
... which rendered oddly in our nw.js imagetest container.
1 parent 65821bd commit d2a57e3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
-109 Bytes
Loading

test/image/mocks/range_slider_reversed-range.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"hoverinfo": "x",
66
"showlegend": false,
77
"line": {
8-
"color": "blue",
9-
"shape": "spline"
8+
"color": "blue"
109
},
1110
"x": [-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
1211
"y": [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120]

0 commit comments

Comments
 (0)