Skip to content

Commit aeba545

Browse files
Update src/traces/histogram2dcontour/attributes.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent 498d73e commit aeba545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/histogram2dcontour/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = extendFlat({
4141
},
4242
xhoverformat: axisHoverFormat('x'),
4343
yhoverformat: axisHoverFormat('y'),
44-
zhoverformat: axisHoverFormat('z'),
44+
zhoverformat: axisHoverFormat('z', 1),
4545
hovertemplate: histogram2dAttrs.hovertemplate
4646
},
4747
colorScaleAttrs('', {

0 commit comments

Comments
 (0)