Releases: fidum/laravel-dashboard-chart-tile
Releases · fidum/laravel-dashboard-chart-tile
3.0.2
3.0.1
3.0.0
3.0.0 - 2020-07-05
Breaking
- Changed to v7 of ConsoleTVs/Charts package. (#7)
- Changed
chartSettings
tile property name tochartFilters
The v7 release of the Charts package was a complete rewrite. Therefore it was not possible to support this version and keep it backwards compatible. This has resulted in another breaking change and another major version.
The ChartFactory
interface no longer exists. All charts must now extend Fidum\ChartTile\Charts\Chart
abstract class.
See README for updated documentation.