Skip to content

Commit 2802c79

Browse files
committed
update heatmap brick padding mock to show the problem
1 parent 599dff9 commit 2802c79

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed
-10.2 KB
Loading

test/image/mocks/heatmap_brick_padding.json

+16-18
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,23 @@
22
"data": [
33
{
44
"z": [
5-
[
6-
1,
7-
20,
8-
30
9-
],
10-
[
11-
20,
12-
1,
13-
60
14-
],
15-
[
16-
30,
17-
60,
18-
1
19-
]
5+
[1, 2, 3, 4, 5],
6+
[3, 4, 5, 6, 7],
7+
[5, 6, 7, 8, 9],
8+
[7, 8, 9, 8, 7],
9+
[9, 8, 7, 6, 5]
2010
],
21-
"xgap": 9,
22-
"ygap": 6,
11+
"xgap": 20,
12+
"ygap": 12,
13+
"x0": 0.5,
14+
"y0": 0.5,
2315
"type": "heatmap"
2416
}
25-
]
17+
],
18+
"layout": {
19+
"width": 400,
20+
"height": 400,
21+
"xaxis": {"zeroline": false, "showline": true, "mirror": true, "dtick": 1},
22+
"yaxis": {"zeroline": false, "showline": true, "mirror": true, "dtick": 1}
23+
}
2624
}

0 commit comments

Comments
 (0)