Skip to content

Commit e76c35c

Browse files
committed
add separatethousands to ternay.layout
1 parent 8c2d970 commit e76c35c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/ternary/layout/axis_attributes.js

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

0 commit comments

Comments
 (0)