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 392b103 commit 41ae65dCopy full SHA for 41ae65d
src/plots/cartesian/axes.js
@@ -1262,7 +1262,7 @@ function syncTicks(ax) {
1262
}
1263
1264
function arrayTicks(ax, major) {
1265
- if (major === undefined) throw new Error("arrayTicks must specify ticktype")
+ if(major === undefined) throw new Error('arrayTicks must specify ticktype');
1266
var rng = Lib.simpleMap(ax.range, ax.r2l);
1267
var exRng = expandRange(rng);
1268
var tickMin = Math.min(exRng[0], exRng[1]);
0 commit comments