We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbad32 commit 2a957d3Copy full SHA for 2a957d3
src/plots/gl3d/layout/convert.js
@@ -101,7 +101,7 @@ proto.merge = function(sceneLayout) {
101
//////// TICKS /////////
102
/// tick lines
103
if ('ticks' in axes && !!axes.ticks) opts.lineTickEnable[i] = true;
104
- else opts.lineTickEnable[i] = false;
+ else opts.lineTickEnable[i] = false;
105
106
if ('ticklen' in axes) {
107
opts.lineTickLength[i] = opts._defaultLineTickLength[i] = axes.ticklen;
0 commit comments