How to modify Chart widget width

In the docs we could change the chart height, but there's no info on how to change the width. I want to set it to something like columnSpanFull().
1 Reply
Veur
Veur2y ago
You can do this by setting the $columnSpan property on the ChartWidget: protected int | string | array $columnSpan = 2;

Did you find this page helpful?