Skip to content

Commit 2935475

Browse files
committed
fix for issue 3359
1 parent 2e1bb3c commit 2935475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/cartesian/type_defaults.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ function setAutoType(ax, data) {
9191
}
9292
}
9393
else {
94+
if(axLetter === 'z') opts.noMultiCategory = true;
9495
ax.type = autoType(d0[axLetter] || [d0[axLetter + '0']], calendar, opts);
9596
}
9697
}

0 commit comments

Comments
 (0)