This commit is contained in:
Severiano Badajoz
2020-04-01 14:37:06 -07:00
parent 9f292585d0
commit 738e1c4b32
+3
View File
@@ -63,6 +63,9 @@ const getCoordinatesByCategoricalValues = (
) {
// Create/fetch the scratchpad value
let coords = coordsByCategoryLabel.get(categoryValue);
for (lets coord of coordsByCategoryLabel) {
console.log(coord);
}
if (coords === undefined) {
// Get the number of cells which are in the categorical value
const numInCategoricalValue = categoryValueCounts[categoryValueIndex];