diff --git a/index.html b/index.html
index 22eae71..57b5e78 100644
--- a/index.html
+++ b/index.html
@@ -895,87 +895,91 @@
Selected Data Points
}
- // Updated addNewPlot function
function addNewPlot(config = {}) {
plotCounter++;
const plotId = `plot-${plotCounter}`;
let plotHTML = `
-