Skip to content

Commit 08b75b5

Browse files
committed
fix typo
1 parent e4fb310 commit 08b75b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/colorbar/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ module.exports = {
167167
showtickprefix: axesAttrs.showtickprefix,
168168
ticksuffix: axesAttrs.ticksuffix,
169169
showticksuffix: axesAttrs.showticksuffix,
170-
separatethousands: opts.separatethousands,
170+
separatethousands: axesAttrs.separatethousands,
171171
exponentformat: axesAttrs.exponentformat,
172172
showexponent: axesAttrs.showexponent,
173173
title: {

0 commit comments

Comments
 (0)