Skip to content

Commit a6ffbc4

Browse files
add new parameters to the test
1 parent fa516ea commit a6ffbc4

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
@@ -227,8 +227,10 @@ mod tests {
227227
.visible(Visible::LegendOnly)
228228
.x_axis("x")
229229
.x_calendar(Calendar::Hebrew)
230+
.x_gap(1.0)
230231
.y_axis("y")
231232
.y_calendar(Calendar::Islamic)
233+
.y_gap("10")
232234
.zauto(true)
233235
.zhover_format("fmt")
234236
.zmax(10.0)

0 commit comments

Comments
 (0)