We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfd1c8 commit ca0c561Copy full SHA for ca0c561
src/plots/gl3d/layout/axis_defaults.js
@@ -42,6 +42,8 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, options) {
42
data: options.data,
43
showGrid: true
44
});
45
+
46
+ delete containerOut.tickpadding; //gl3d doesn't currently implement tickpadding property
47
48
coerce('gridcolor');
49
coerce('title', axName[0]); // shouldn't this be on-par with 2D?
0 commit comments