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);