Skip to content

Commit b9bc96d

Browse files
committed
rm 'fixedrange' from gl3d axis attributes
- this was never implemented - it was in there *just* to make the call to axisDefaults work
1 parent df09650 commit b9bc96d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plots/gl3d/layout/axis_attributes.js

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ module.exports = {
7676
autorange: axesAttrs.autorange,
7777
rangemode: axesAttrs.rangemode,
7878
range: axesAttrs.range,
79-
fixedrange: axesAttrs.fixedrange,
8079
// ticks
8180
tickmode: axesAttrs.tickmode,
8281
nticks: axesAttrs.nticks,

0 commit comments

Comments
 (0)