How to adjust dashboard widgets height in mobile

I tried using this but it is not working protected static ?string $maxHeight = '300px';
No description
1 Reply
LeandroFerreira
LeandroFerreira3mo ago
if you are using chartjs, try
protected function getOptions(): array|RawJs|null
{
return [
'responsive' => true,
'maintainAspectRatio' => false,
];
}
protected function getOptions(): array|RawJs|null
{
return [
'responsive' => true,
'maintainAspectRatio' => false,
];
}

Did you find this page helpful?