We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498d73e commit aeba545Copy full SHA for aeba545
src/traces/histogram2dcontour/attributes.js
@@ -41,7 +41,7 @@ module.exports = extendFlat({
41
},
42
xhoverformat: axisHoverFormat('x'),
43
yhoverformat: axisHoverFormat('y'),
44
- zhoverformat: axisHoverFormat('z'),
+ zhoverformat: axisHoverFormat('z', 1),
45
hovertemplate: histogram2dAttrs.hovertemplate
46
47
colorScaleAttrs('', {
0 commit comments