We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e886e commit a36ec79Copy full SHA for a36ec79
src/components/colorbar/attributes.js
@@ -167,6 +167,7 @@ module.exports = {
167
showtickprefix: axesAttrs.showtickprefix,
168
ticksuffix: axesAttrs.ticksuffix,
169
showticksuffix: axesAttrs.showticksuffix,
170
+ separatethousands: opts.separatethousands,
171
exponentformat: axesAttrs.exponentformat,
172
showexponent: axesAttrs.showexponent,
173
title: {
0 commit comments