From e9fc9713e44f6d696fc1b5ba316c5b2fcbf09e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Mon, 10 Nov 2025 20:48:16 +0100 Subject: [PATCH] fix usage graph --- .../components/organization/billing-usage.tsx | 58 ++++++++++--------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/apps/start/src/components/organization/billing-usage.tsx b/apps/start/src/components/organization/billing-usage.tsx index a387bf48..5cb7dae1 100644 --- a/apps/start/src/components/organization/billing-usage.tsx +++ b/apps/start/src/components/organization/billing-usage.tsx @@ -215,34 +215,36 @@ export default function BillingUsage({ organization }: Props) { )} -
- {/* Events Chart */} -
-

- {useWeeklyIntervals ? 'Weekly Events' : 'Daily Events'} -

-
- - - } - /> - - - - - - -
+ {/* Events Chart */} +
+

+ {useWeeklyIntervals ? 'Weekly Events' : 'Daily Events'} +

+
+ + + } + cursor={{ + fill: 'var(--def-200)', + stroke: 'var(--def-200)', + }} + /> + + + + + +
,