Skip to content

Commit f3e886e

Browse files
committed
add separatethousands to draw.js
1 parent edea7f1 commit f3e886e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/colorbar/draw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ module.exports = function draw(gd, id) {
158158
tickangle: opts.tickangle,
159159
tickformat: opts.tickformat,
160160
exponentformat: opts.exponentformat,
161+
separatethousands: opts.separatethousands,
161162
showexponent: opts.showexponent,
162163
showtickprefix: opts.showtickprefix,
163164
tickprefix: opts.tickprefix,

0 commit comments

Comments
 (0)