From 02dcf5e01fc1ec006a2f8dc6c285422d4232f9bc Mon Sep 17 00:00:00 2001
From: Kiran Deol <54760157+kirandeol@users.noreply.github.com>
Date: Fri, 24 May 2024 03:43:12 -0600
Subject: [PATCH] Update index.html
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index a246b399..c98e20cb 100644
--- a/index.html
+++ b/index.html
@@ -109,7 +109,7 @@
@@ -916,7 +916,7 @@
if (renderBool === true) {
renderCount++;
renderParallelCoords(renderer, selectionWidgetInfo);
- if (renderCount === 40) {
+ if (renderCount === 60) {
renderBool = false;
const imgData = renderer.domElement.toDataURL("image/png").replace("image/png", "image/octet-stream");
console.log(imgData);