From dbb825d29546646b4346ee0d82e97402dda376cd Mon Sep 17 00:00:00 2001 From: Kilerd Chan Date: Fri, 18 Oct 2024 22:44:23 +0800 Subject: [PATCH] feat: remove dot and only active dot on hover Signed-off-by: Kilerd Chan --- frontend/src/components/AccountBalanceHistoryGraph.tsx | 6 ++++-- frontend/src/components/ReportGraph.tsx | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/AccountBalanceHistoryGraph.tsx b/frontend/src/components/AccountBalanceHistoryGraph.tsx index 27e67868..4469cd38 100644 --- a/frontend/src/components/AccountBalanceHistoryGraph.tsx +++ b/frontend/src/components/AccountBalanceHistoryGraph.tsx @@ -81,10 +81,12 @@ export function AccountBalanceHistoryGraph(props: Props) { > - + } /> {series.map((it) => ( - + ))} diff --git a/frontend/src/components/ReportGraph.tsx b/frontend/src/components/ReportGraph.tsx index e41cdc3e..4b9d45f9 100644 --- a/frontend/src/components/ReportGraph.tsx +++ b/frontend/src/components/ReportGraph.tsx @@ -59,7 +59,8 @@ export default function ReportGraph(props: Props) { - + } /> @@ -67,7 +68,8 @@ export default function ReportGraph(props: Props) { - +