Skip to content

Commit 8e78a0a

Browse files
fixup tests due to the new params
1 parent a6ffbc4 commit 8e78a0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/src/traces/heat_map.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,11 @@ mod tests {
262262
"x": [0.0, 1.0],
263263
"xcalendar": "hebrew",
264264
"xaxis": "x",
265+
"xgap": 1.0,
265266
"y": [2.0, 3.0],
266267
"yaxis": "y",
267268
"ycalendar": "islamic",
269+
"ygap": "10",
268270
"z": [[4.0, 5.0], [6.0, 7.0]],
269271
"zauto": true,
270272
"zhoverformat": "fmt",

0 commit comments

Comments
 (0)