Releases: ArielMejiaDev/larapex-charts
Releases · ArielMejiaDev/larapex-charts
8.1.0
8.0.1
8.0.0
🎉 It adds new features:
- The ability to set custom themes (light/dark) #54 by @Tschucki
- The ability to customize options in chart classes by a trait #33 by @pandigresik
- Support curve type #73 by @jeffreyvanhees
- And fix some Readme typos by @bensonarafat
Thanks to all
7.0.0
This release removes support for PHP 7.4 or lower
6.0.0
It adds support for Laravel 10 and adds "setStack()" method to allow "bar", "horizontalBar", "line" and "area" charts to be stacked.
5.2.0
it just set sparkline instead of sparklines methods to be consistent with the apexchartsjs library.
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);
5.0.0
4.1.0
It adds the set sparkline method, this was a contribution by: @jamesmills
you can check more about sparklines here
4.0.0
It adds support for Laravel 9.