From 0165d99e180ec05b34793c6a2853a5aa9ff1bc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:28:01 +0300 Subject: [PATCH] Fix chart border radius --- src/components/dashboard/revenuestreamwidget.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/revenuestreamwidget.ts b/src/components/dashboard/revenuestreamwidget.ts index 726e912..8946a51 100644 --- a/src/components/dashboard/revenuestreamwidget.ts +++ b/src/components/dashboard/revenuestreamwidget.ts @@ -62,9 +62,11 @@ export class RevenueStreamWidget { data: [4100, 5200, 3400, 7400], borderRadius: { topLeft: 8, - topRight: 8 + topRight: 8, + bottomLeft: 0, + bottomRight: 0 }, - borderSkipped: true, + borderSkipped: false, barThickness: 32 } ]