diff --git a/client/src/util/centroid.js b/client/src/util/centroid.js index 4dc6ba60..23a65949 100644 --- a/client/src/util/centroid.js +++ b/client/src/util/centroid.js @@ -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];