Skip to content

Commit a36ec79

Browse files
committed
add separatethousands to colorbar.attributes
1 parent f3e886e commit a36ec79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/colorbar/attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ module.exports = {
167167
showtickprefix: axesAttrs.showtickprefix,
168168
ticksuffix: axesAttrs.ticksuffix,
169169
showticksuffix: axesAttrs.showticksuffix,
170+
separatethousands: opts.separatethousands,
170171
exponentformat: axesAttrs.exponentformat,
171172
showexponent: axesAttrs.showexponent,
172173
title: {

0 commit comments

Comments
 (0)