From 9def7a84c9749e4fb1e44e5a8b11a0a0f46921d7 Mon Sep 17 00:00:00 2001 From: Eugene-A-01 Date: Wed, 30 Oct 2024 23:38:51 +0900 Subject: [PATCH] =?UTF-8?q?Design:=20=EA=B7=B8=EB=9E=98=ED=94=84=20?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95=20(=EB=9D=BC?= =?UTF-8?q?=EC=9D=B8=20=EB=91=90=EA=BB=8D=EA=B2=8C=20=EB=B0=8F=20=EB=91=A5?= =?UTF-8?q?=EA=B8=80=EA=B2=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/list/[listId]/history/_component/HistoryGraph.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/list/[listId]/history/_component/HistoryGraph.tsx b/src/app/list/[listId]/history/_component/HistoryGraph.tsx index 44b3a852..86b76488 100644 --- a/src/app/list/[listId]/history/_component/HistoryGraph.tsx +++ b/src/app/list/[listId]/history/_component/HistoryGraph.tsx @@ -121,6 +121,8 @@ function Chart({ histories, itemRankHistories }: ChartProps) { '#FF0000', '#FF1493', ], + lineWidth: 4, + pointSize: 2, hAxis: { textStyle: { fontSize: 14,