From 387504a6d7d8ebcc273a379615cf5d7b8a1d03ea Mon Sep 17 00:00:00 2001 From: rare-magma Date: Sun, 15 Oct 2023 09:36:58 +0200 Subject: [PATCH] fix: tooltip overlap with static vertical position Signed-off-by: rare-magma --- src/components/Chart/Chart.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Chart/Chart.tsx b/src/components/Chart/Chart.tsx index c0fe212..e4ff362 100644 --- a/src/components/Chart/Chart.tsx +++ b/src/components/Chart/Chart.tsx @@ -128,6 +128,8 @@ function Chart({ /> )} } contentStyle={{ backgroundColor: "var(--bgcolor)" }} itemStyle={{ color: "var(--textcolor)" }}