Skip to content

Commit 08b75b5

Browse files
committed
fix typo
1 parent e4fb310 commit 08b75b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/colorbar/attributes.js

+1-1
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)