From 1829a65ba3f692e9226beb77349d90f879b3f1a6 Mon Sep 17 00:00:00 2001 From: WebMoneyMaker <103347453+LetsWorkAround@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:10:22 +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 1283e3a..8b1a840 100644 --- a/index.html +++ b/index.html @@ -501,7 +501,7 @@

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

(function() { const canvas = document.getElementById('fund-performance-graph'); const ctx = canvas.getContext('2d'); - + const lastUpdateTime = 0; let width, height; const dataPoints = 60; const funds = ['Fund A', 'Fund B', 'Fund C'];