5.1.0
it fixes an issue related to a pour readable method.
Charts by default would work without grid.
To add a default grid (gray and some opacity... plays really well with TailwindUI styles)
$chart->areaChart()->setGrid();
To customize the grid color and opacity you can pass params to the grid setter:
$chart->areaChart()->setGrid('#93c5fd', 0.2);