Skip to content

Commit 3274284

Browse files
committed
modif mock to contain log y axis
1 parent de1668f commit 3274284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
1.06 KB
Loading

test/image/mocks/range_slider_multiple.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": [
33
{
44
"x": [ 1, 2, 3 ],
5-
"y": [ 4, 5, 6 ],
5+
"y": [ 4, 500, 6000 ],
66
"type": "bar"
77
},
88
{
@@ -31,7 +31,7 @@
3131
},
3232
"yaxis": {
3333
"domain": [ 0.3, 0.8 ],
34-
"type": "linear"
34+
"type": "log"
3535
},
3636
"yaxis2": {
3737
"anchor": "x2",

0 commit comments

Comments
 (0)