We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76c35c commit e4fb310Copy full SHA for e4fb310
src/plots/ternary/layout/axis_attributes.js
@@ -35,7 +35,7 @@ module.exports = {
35
ticksuffix: axesAttrs.ticksuffix,
36
showexponent: axesAttrs.showexponent,
37
exponentformat: axesAttrs.exponentformat,
38
- separatethousands: axesAttrs.exponentformat,
+ separatethousands: axesAttrs.separatethousands,
39
tickfont: axesAttrs.tickfont,
40
tickangle: axesAttrs.tickangle,
41
tickformat: axesAttrs.tickformat,
0 commit comments