refactor: adjust chart heading by removing "(Top 10)" and set column span to 1.

This commit is contained in:
Yoga Pangestu 2026-03-26 10:42:25 +07:00
parent 0189ef874d
commit c29e459a10

View File

@ -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;