diff --git a/app/Filament/Widgets/Charts/IssueSentimentByDepartmentChart.php b/app/Filament/Widgets/Charts/IssueSentimentByDepartmentChart.php index e966882..04f935e 100644 --- a/app/Filament/Widgets/Charts/IssueSentimentByDepartmentChart.php +++ b/app/Filament/Widgets/Charts/IssueSentimentByDepartmentChart.php @@ -14,11 +14,11 @@ class IssueSentimentByDepartmentChart extends ChartWidget { use HasWidgetShield, InteractsWithPageFilters; - protected ?string $heading = 'Perbandingan Sentimen Isu Per Perangkat Daerah (Top 10)'; + protected ?string $heading = 'Perbandingan Sentimen Isu Per Perangkat Daerah'; protected static ?int $sort = 17; - protected int|string|array $columnSpan = 'full'; + protected int|string|array $columnSpan = 1; protected ?string $pollingInterval = null;