Skip to content

Commit e4fb310

Browse files
committed
fix typo
1 parent e76c35c commit e4fb310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/ternary/layout/axis_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
ticksuffix: axesAttrs.ticksuffix,
3636
showexponent: axesAttrs.showexponent,
3737
exponentformat: axesAttrs.exponentformat,
38-
separatethousands: axesAttrs.exponentformat,
38+
separatethousands: axesAttrs.separatethousands,
3939
tickfont: axesAttrs.tickfont,
4040
tickangle: axesAttrs.tickangle,
4141
tickformat: axesAttrs.tickformat,

0 commit comments

Comments
 (0)