diff --git a/index.html b/index.html index 0d6d836..64375da 100644 --- a/index.html +++ b/index.html @@ -2538,11 +2538,9 @@
Plot ${plotCounte diff --git a/scripts/snipe-explore.js b/scripts/snipe-explore.js index d833e65..cca00fb 100644 --- a/scripts/snipe-explore.js +++ b/scripts/snipe-explore.js @@ -508,7 +508,6 @@ function populateFilterGroups(plotId) { } } -// Function to determine if a column is numerical // Function to determine if a column is numerical function isNumerical(column) { const uniqueValues = new Set(data.map(row => row[column]));