8000 Update src/traces/histogram2dcontour/attributes.js · plotly/plotly.js@aeba545 · GitHub
[go: up one dir, main page]

Skip to content

Commit aeba545

Browse files
Update src/traces/histogram2dcontour/attributes.js
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
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

Lines changed: 1 addition & 1 deletion
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)
0