Skip to content

Commit c0ec891

Browse files
committed
Modify 20.json mock and relative baseline to show the new "SI extended" mode
1 parent 8d6861f commit c0ec891

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

test/image/baselines/20.png

-16.1 KB
Loading

test/image/mocks/20.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
{
1010
"x": [2, 3, 4],
11-
"y": [40, 50, 60],
11+
"y": [4000000000000, 5000000000000, 6000000000000],
1212
"name": "yaxis2 data",
1313
"yaxis": "y2",
1414
"type": "scatter"
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"x": [6, 7, 8],
39-
"y": [4000000, 5000000, 6000000],
39+
"y": [400000000000000000000000000000000, 500000000000000000000000000000000, 600000000000000000000000000000000],
4040
"name": "yaxis6 data",
4141
"yaxis": "y6",
4242
"type": "scatter"
@@ -111,6 +111,7 @@
111111
"tickfont": {
112112
"color": "#ff7f0e"
113113
},
114+
"exponentformat": "SI",
114115
"linecolor": "rgba(255,127,14,0.4)",
115116
"linewidth": 6,
116117
"anchor": "free",
@@ -189,7 +190,7 @@
189190
"tickfont": {
190191
"color": "#8c564b"
191192
},
192-
"exponentformat": "SI",
193+
"exponentformat": "SI extended",
193194
"linecolor": "rgba(140,86,75,0.5)",
194195
"anchor": "free",
195196
"side": "right",

0 commit comments

Comments
 (0)