From 3388d71d42c86f2121c23116dbfbce241317adfe Mon Sep 17 00:00:00 2001 From: dongree Date: Thu, 7 Nov 2024 17:21:37 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore:=20console.log=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20=EB=B0=8F=20=EC=82=AC=EC=9A=A9=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20id=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FE/src/components/StockIndex/Chart.tsx | 1 - FE/src/utils/chart.ts | 2 -- 2 files changed, 3 deletions(-) diff --git a/FE/src/components/StockIndex/Chart.tsx b/FE/src/components/StockIndex/Chart.tsx index b3e17c8e..2ab43205 100644 --- a/FE/src/components/StockIndex/Chart.tsx +++ b/FE/src/components/StockIndex/Chart.tsx @@ -39,7 +39,6 @@ export function Chart({ name }: StockIndexChartProps) {

-31.55(-1.2%)

{ chartHeight - (chartHeight * (point - yMin)) / (yMax - yMin); - console.log(point); - if (i === 0) { ctx.moveTo(x, y); } else {