Skip to content

Commit 8c2d970

Browse files
committed
add separatethousands to gl3d.layout
1 parent a36ec79 commit 8c2d970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/gl3d/layout/axis_attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ module.exports = {
9898
showticksuffix: axesAttrs.showticksuffix,
9999
showexponent: axesAttrs.showexponent,
100100
exponentformat: axesAttrs.exponentformat,
101+
separatethousands: axesAttrs.separatethousands,
101102
tickformat: axesAttrs.tickformat,
102103
hoverformat: axesAttrs.hoverformat,
103104
// lines and grids

0 commit comments

Comments
 (0)