All notable changes to laravel-charts-css
will be documented in this file.
- Support for Laravel 9.
- Make use of
maartenpaauw/laravel-specification-pattern
package.
- Support for PHP
7.4
.
- Bugfix for area and line charts.
- Area charts, with multiple datasets given, will be displayed correctly.
HighestEntryStatistic
will return zero when passing datasets without entries.
- Added support for simple stacked and percentage stacked datasets.
- Added abstract
AreaChart
,BarChart
andLineChart
classes.
- initial release