10000 Reset the lookup map when the categories are reset · plotly/plotly.js@2992126 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2992126

Browse files
authored
Reset the lookup map when the categories are reset
1 parent b3fb03d commit 2992126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plots/plots.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,6 +2001,8 @@ plots.doCalcdata = function(gd, traces) {
20012001
axList[i]._min = [];
20022002
axList[i]._max = [];
20032003
axList[i]._categories = [];
2004+
//Reset the look up map
2005+
axList[i]._categoriesMap = {};
20042006
}
20052007
}
20062008

0 commit comments

Comments
 (0)
0