We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36ec79 commit 8c2d970Copy full SHA for 8c2d970
src/plots/gl3d/layout/axis_attributes.js
@@ -98,6 +98,7 @@ module.exports = {
98
showticksuffix: axesAttrs.showticksuffix,
99
showexponent: axesAttrs.showexponent,
100
exponentformat: axesAttrs.exponentformat,
101
+ separatethousands: axesAttrs.separatethousands,
102
tickformat: axesAttrs.tickformat,
103
hoverformat: axesAttrs.hoverformat,
104
// lines and grids
0 commit comments