From 630b921a37a40879194db758907460908f51f03f Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 27 Jun 2025 15:37:01 +0530 Subject: [PATCH] adjust position of label for day chart of patrol --- app/Filament/Widgets/GuardPatrolDayChart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Widgets/GuardPatrolDayChart.php b/app/Filament/Widgets/GuardPatrolDayChart.php index 9b7e275..e9857d5 100644 --- a/app/Filament/Widgets/GuardPatrolDayChart.php +++ b/app/Filament/Widgets/GuardPatrolDayChart.php @@ -151,7 +151,7 @@ class GuardPatrolDayChart extends ChartWidget 'datalabels' => [ 'anchor' => 'start', 'align' => 'start', - 'offset' => 4, + 'offset' => -15, 'color' => '#000', 'font' => [ 'weight' => 'bold',