From 2279c2469a6a988e1542e703abd9ac7052eabfd7 Mon Sep 17 00:00:00 2001 From: MARIO <135943045+HIITMEMARIO@users.noreply.github.com> Date: Fri, 26 Jul 2024 21:43:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20others=20bar=20=ED=88=B4=ED=8C=81=20?= =?UTF-8?q?=EA=B9=9C=EB=B9=A1=EC=9E=84=20y=EA=B0=92=20=EC=88=98=EC=B9=98?= =?UTF-8?q?=20120=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Statistics/AuthorBarChart/AuthorBarChart.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/view/src/components/Statistics/AuthorBarChart/AuthorBarChart.tsx b/packages/view/src/components/Statistics/AuthorBarChart/AuthorBarChart.tsx index 05796cf7..3c0c8331 100644 --- a/packages/view/src/components/Statistics/AuthorBarChart/AuthorBarChart.tsx +++ b/packages/view/src/components/Statistics/AuthorBarChart/AuthorBarChart.tsx @@ -91,7 +91,6 @@ const AuthorBarChart = () => { // Event handler const handleMouseOver = (e: MouseEvent, d: AuthorDataType) => { - console.log("이름입니다", d.name); tooltip .style("display", "inline-block") .style("left", `${e.pageX - 70}px`)