CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 143
Releases: kevinkhill/lavacharts
Composer 2
Compare
This should fix the composer 2 blocker of the RenderableTrait
issue #322
Assets 2
Google Charts Version Freeze (47)
Carbon Version Update
isValidTimezone() bugfix
1e4d056
Compare
Disscused and fixed in issue #256
Thanks NelsonBaez
Assets 2
Laravel 5.5+ Automatic Package Discovery
Compare
Laravel 5.5+ installs should now automatically be discovered and registered.
Assets 2
Fixing bug in setOptions
Compare
Fixed a bug in setOptions
that prevented png
and material
options from being processed and assigned to the chart.
Assets 2
Production Build of Lava.js
Compare
I keep forgetting to do a prod build before releasing, sorry!
Nobody likes console log flood?
Assets 2
Config Publishing
Compare
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
.
Assets 2
DataTables in Events
Compare
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
Assets 2
Resize Bug Fixed
Compare
Chart's should resize properly on page resize.