Skip to content

Commit f356b9e

Browse files
committed
add ultra zoom lines image test
1 parent a883b2c commit f356b9e

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

test/image/baselines/ultra_zoom.png

19 KB
Loading

test/image/mocks/ultra_zoom.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
10000,
6+
0.0001
7+
],
8+
"y": [
9+
0.0001,
10+
10000
11+
],
12+
"uid": "1376de"
13+
}
14+
],
15+
"layout": {
16+
"xaxis": {
17+
"range": [
18+
4990.012238820174,
19+
5009.888574816098
20+
],
21+
"type": "linear",
22+
"autorange": false
23+
},
24+
"yaxis": {
25+
"range": [
26+
4907.413431128477,
27+
5132.099078595185
28+
],
29+
"type": "linear",
30+
"autorange": false
31+
},
32+
"shapes": [
33+
{
34+
"type": "line",
35+
"x0": 10000,
36+
"x1": 0.0001,
37+
"y0": 10000,
38+
"y1": 0.0001
39+
}
40+
],
41+
"height": 450,
42+
"width": 1000,
43+
"autosize": true
44+
}
45+
}

0 commit comments

Comments
 (0)