Skip to content

Releases: kevinkhill/lavacharts

Now With Gauge Charts

05 Mar 01:02
Compare
Choose a tag to compare

View the Example and Config options.

Calendar Chart Support

27 Feb 04:12
Compare
Choose a tag to compare
2.1.0

Calendar Chart Support

Updated Carbon Version

25 Feb 02:50
Compare
Choose a tag to compare

Updated the Carbon dependency to allow more flexibility with other libraries that include Carbon. (namely Laravel)

Fix for multiple chart bug

13 Feb 03:08
Compare
Choose a tag to compare

Fixed Event Bugs

01 Jan 17:57
Compare
Choose a tag to compare

Fixed a couple bugs with the firing of chart events

Responsive, Multiple Charts

23 Dec 09:25
Compare
Choose a tag to compare

Charts are now responsive to window size, redrawing as needed to fit.
Refactored JavascriptFactory to allow multiple charts on one page, without multiple google jsapi calls

Version 2.0

17 Dec 02:24
Compare
Choose a tag to compare

Some new features include:

  • Blade template extensions for laravel
  • A new "lava" javascript api
  • Javascript event integration
  • Datatable addColumn aliases
  • Datatable column formatters
  • Carbon support in favor of my old homebrewed jsDate class

Almost 70% Test Coverage

01 Jan 18:23
Compare
Choose a tag to compare
Pre-release
  • Added render method in favor of outputInto method
  • Added blade template extensions for seamless chart rendering
  • More tests!

Rewriting, Refactoring

01 Jan 18:20
Compare
Choose a tag to compare
Pre-release
  • Refactored the main Lavacharts class to not be static
  • Moved the creation of the javascript into it's own class
  • Added a new class "Volcano" to store all the charts
  • Modfied the charts to not staticly call the Lavacharts functions
  • DataTables are no longer magic, but applied via method chaining
  • Tests tests tests!
  • Using phpcs to bring all the code up to PSR2 standards

First Stable Version

01 Jan 18:15
Compare
Choose a tag to compare

Converted old code from Codeigniter-gCharts