Releases: kevinkhill/lavacharts
Composer 2
This should fix the composer 2 blocker of the RenderableTrait
issue #322
Google Charts Version Freeze (47)
This version freeze is needed to fix some bugs when using the current
version
Fixes #330
Carbon Version Update
This should free everyone from Carbon version issues. (hopefully!!)
Fixing #302
isValidTimezone() bugfix
Disscused and fixed in issue #256
Thanks NelsonBaez
Laravel 5.5+ Automatic Package Discovery
Laravel 5.5+ installs should now automatically be discovered and registered.
Fixing bug in setOptions
Fixed a bug in setOptions
that prevented png
and material
options from being processed and assigned to the chart.
Production Build of Lava.js
I keep forgetting to do a prod build before releasing, sorry!
Nobody likes console log flood?
Config Publishing
Added the tag lavacharts
to the config publishing.
Use php artisan vendor:publish --tag=lavacharts
If that does not work, try to clear the cache with php artisan config:clear
and re-publish with --force
.
DataTables in Events
The event callback within lava.js was modified to pass back the chart and the datatable so users can interact with either during an event. This solves issue #203
Resize Bug Fixed
Chart's should resize properly on page resize.