We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fb310 commit 08b75b5Copy full SHA for 08b75b5
src/components/colorbar/attributes.js
@@ -167,7 +167,7 @@ module.exports = {
167
showtickprefix: axesAttrs.showtickprefix,
168
ticksuffix: axesAttrs.ticksuffix,
169
showticksuffix: axesAttrs.showticksuffix,
170
- separatethousands: opts.separatethousands,
+ separatethousands: axesAttrs.separatethousands,
171
exponentformat: axesAttrs.exponentformat,
172
showexponent: axesAttrs.showexponent,
173
title: {
0 commit comments