This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Releases: maartenpaauw/laravel-charts-css
Releases · maartenpaauw/laravel-charts-css
v2.0.0
v1.2.3
Area and line charts, with multiple datasets given, will be displayed correctly.
Fix area chart with multiple datasets
Area charts, with multiple datasets given, will be displayed correctly.
Handle empty datasets
Highest entry statistic will return zero when passing datasets without entries.
Support for simple stacked and percentage stacked datasets
feat(datasets): add support for stacked charts The charts can now be stacked via two different calculations; simple stacked and percentage stacked.
Chart type support
Added abstract AreaChart
, BarChart
and LineChart
classes.
Initial release
v1.0.0 chore: initial release