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 5b490f7 commit 583a8f3Copy full SHA for 583a8f3
1 file changed
src/plots/plots.js
@@ -2617,7 +2617,7 @@ plots.doCalcdata = function(gd, traces) {
2617
}
2618
2619
// clear stuff that should recomputed in 'regular' loop
2620
- if(hasCalcTransform) setupAxisCategories(axList);
+ if(hasCalcTransform) setupAxisCategories(axList, fullData);
2621
2622
function calci(i, isContainer) {
2623
trace = fullData[i];
0 commit comments