Skip to content

5.1.0

Compare
Choose a tag to compare
@ArielMejiaDev ArielMejiaDev released this 18 Sep 18:27
· 29 commits to master since this release
88ddc1a

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