refactor: adjust chart heading by removing "(Top 10)" and set column span to 1.
This commit is contained in:
parent
0189ef874d
commit
c29e459a10
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user