Skip to content

Commit ca0c561

Browse files
author
John Soklaski
committed
Remove tickpadding property from gl3d axes, it is not implemented
1 parent cbfd1c8 commit ca0c561

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plots/gl3d/layout/axis_defaults.js

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, options) {
4242
data: options.data,
4343
showGrid: true
4444
});
45+
46+
delete containerOut.tickpadding; //gl3d doesn't currently implement tickpadding property
4547

4648
coerce('gridcolor');
4749
coerce('title', axName[0]); // shouldn't this be on-par with 2D?

0 commit comments

Comments
 (0)