Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Releases: maartenpaauw/laravel-charts-css

v2.0.0

05 Apr 13:42
Compare
Choose a tag to compare

Added

  • Support for Laravel 9.

Changed

  • Make use of maartenpaauw/laravel-specification-pattern package.

Removed

  • Support for PHP 7.4.

v1.2.3

13 Aug 14:24
Compare
Choose a tag to compare

Area and line charts, with multiple datasets given, will be displayed correctly.

Fix area chart with multiple datasets

30 Jul 23:17
Compare
Choose a tag to compare

Area charts, with multiple datasets given, will be displayed correctly.

Handle empty datasets

30 Jul 22:32
Compare
Choose a tag to compare

Highest entry statistic will return zero when passing datasets without entries.

Support for simple stacked and percentage stacked datasets

17 Jul 09:40
569dc0e
Compare
Choose a tag to compare
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

08 Jul 15:31
Compare
Choose a tag to compare

Added abstract AreaChart, BarChart and LineChart classes.

Initial release

05 Jul 10:15
Compare
Choose a tag to compare
v1.0.0

chore: initial release