Skip to content

Commit 96e15f3

Browse files
author
John Soklaski
committed
Remove tickpadding property from gl3d axes, it is not implemented
1 parent 8ea077e commit 96e15f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plots/gl3d/layout/axis_defaults.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, options) {
4848
showGrid: true,
4949
bgColor: options.bgColor
5050
});
51+
52+
delete containerOut.tickpadding; //gl3d doesn't currently implement tickpadding property
5153

5254
coerce('gridcolor', colorMix(containerOut.color, options.bgColor, gridLightness).toRgbString());
5355
coerce('title', axName[0]); // shouldn't this be on-par with 2D?

0 commit comments

Comments
 (0)