Skip to content

Commit cf73a99

Browse files
committed
test: add bargap 0 mock
1 parent 5738c1f commit cf73a99

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

test/image/baselines/bar_bargap0.png

16.2 KB
Loading

test/image/mocks/bar_bargap0.json

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
"giraffes",
6+
"orangutans",
7+
"monkeys"
8+
],
9+
"y": [
10+
20,
11+
14,
12+
23
13+
],
14+
"name": "SF Zoo",
15+
"type": "bar"
16+
}
17+
],
18+
"layout": {
19+
"bargap": 0,
20+
"xaxis": {
21+
"type": "category",
22+
"range": [
23+
-0.5,
24+
2.5
25+
],
26+
"autorange": true
27+
},
28+
"yaxis": {
29+
"type": "linear",
30+
"range": [
31+
0,
32+
24.210526315789473
33+
],
34+
"autorange": true
35+
},
36+
"height": 450,
37+
"width": 1100,
38+
"autosize": false
39+
}
40+
}

0 commit comments

Comments
 (0)