From ae858d65a1208d8ad2c1488540f48f6be5136406 Mon Sep 17 00:00:00 2001 From: Marty Bostick Date: Wed, 29 Jul 2026 22:24:16 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20chartProfitData=20reference=20that=20d?= =?UTF-8?q?idn't=20exist=20=E2=80=94=20chart1=20only=20shows=20referral=20?= =?UTF-8?q?dataset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/index.html b/index.html index e7fbc42..43a179d 100644 --- a/index.html +++ b/index.html @@ -1787,16 +1787,6 @@ ${numPeople > 0 ? ` if (chart3) { chart3.destroy(); chart3 = null; } const datasets = [ - { - label: 'Their Cumulative Profit', - data: chartProfitData.map(d => d.cum), - borderColor: '#00d2ff', - backgroundColor: 'rgba(0,210,255,0.1)', - fill: true, - tension: 0.3, - pointRadius: 3, - pointHoverRadius: 5, - }, referralDataset, ].filter(Boolean);