From 807a7b58deb64101881499da928bef8b1f465efc Mon Sep 17 00:00:00 2001 From: WebMoneyMaker <103347453+LetsWorkAround@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:20:45 +0900 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 918a055..71d3f94 100644 --- a/index.html +++ b/index.html @@ -503,7 +503,7 @@

레드판다스컴퍼니 주식회사 (Red Pandas Company)

const ctx = canvas.getContext('2d'); let width, height; - const dataPoints = 60; + const dataPoints = 600; const funds = ['Fund A', 'Fund B', 'Fund C']; const colors = ['#8884d8', '#82ca9d', '#ffc658']; let data = Array.from({ length: dataPoints }, () => ({ time: 0, values: [0, 0, 0] }));