Lavacharts Versions Save

Lavacharts is a graphing / charting library for PHP 5.4+ that wraps Google's Javascript Chart API.

3.1.14

3 years ago

This should fix the composer 2 blocker of the RenderableTrait issue #322

3.1.13

3 years ago

This version freeze is needed to fix some bugs when using the current version

Fixes #330

3.1.12

4 years ago

This should free everyone from Carbon version issues. (hopefully!!) Fixing #302

3.1.11

5 years ago

Disscused and fixed in issue #256

Thanks NelsonBaez

3.1.10

6 years ago

Laravel 5.5+ installs should now automatically be discovered and registered.

3.1.9

6 years ago

Fixed a bug in setOptions that prevented png and material options from being processed and assigned to the chart.

3.1.8

6 years ago

I keep forgetting to do a prod build before releasing, sorry!

Nobody likes console log flood?

3.1.7

6 years ago

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.

3.1.6

6 years ago

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

3.1.4

6 years ago

Chart's should resize properly on page resize.