Skip to content

Commit 583a8f3

Browse files
committed
fixup setupAxisCategories call signature
1 parent 5b490f7 commit 583a8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/plots.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,7 @@ plots.doCalcdata = function(gd, traces) {
26172617
}
26182618

26192619
// clear stuff that should recomputed in 'regular' loop
2620-
if(hasCalcTransform) setupAxisCategories(axList);
2620+
if(hasCalcTransform) setupAxisCategories(axList, fullData);
26212621

26222622
function calci(i, isContainer) {
26232623
trace = fullData[i];

0 commit comments

Comments
 (0)