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 edea7f1 commit f3e886eCopy full SHA for f3e886e
src/components/colorbar/draw.js
@@ -158,6 +158,7 @@ module.exports = function draw(gd, id) {
158
tickangle: opts.tickangle,
159
tickformat: opts.tickformat,
160
exponentformat: opts.exponentformat,
161
+ separatethousands: opts.separatethousands,
162
showexponent: opts.showexponent,
163
showtickprefix: opts.showtickprefix,
164
tickprefix: opts.tickprefix,
0 commit comments