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 2e1bb3c commit 2935475Copy full SHA for 2935475
src/plots/cartesian/type_defaults.js
@@ -91,6 +91,7 @@ function setAutoType(ax, data) {
91
}
92
93
else {
94
+ if(axLetter === 'z') opts.noMultiCategory = true;
95
ax.type = autoType(d0[axLetter] || [d0[axLetter + '0']], calendar, opts);
96
97
0 commit comments