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 ff043b4 commit c32163eCopy full SHA for c32163e
1 file changed
src/plots/cartesian/set_convert.js
@@ -148,6 +148,7 @@ module.exports = function setConvert(ax, fullLayout) {
148
// d2l/d2c variant that that won't add categories but will also
149
// allow numbers to be mapped to the linearized axis positions
150
var index;
151
+ // Get the index from the aux map if it was built, otherwise search the _categories array
152
if(ax._categoriesMap) {
153
index = ax._categoriesMap[v];
154
if(index !== undefined) return index;
0 commit comments