Skip to content

Releases: asantibanez/livewire-charts

v4.1.0

22 Aug 19:44

Choose a tag to compare

What's Changed

  • Added Radial Chart

v4.0.0

22 Aug 17:18

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v4.0.0

v3.0.1

07 Nov 20:10
d584650

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

25 Jul 22:15

Choose a tag to compare

  • Added Livewire v3 support
  • Added ability to set chart theme (thanks to @syntaxlexx)
  • Added ability to configure chart via JSON properties

v2.5.0

01 Feb 18:17

Choose a tag to compare

  • Added Laravel 10 compatibility via @laravel-shift
  • Added ability to override tooltip via extras.tooltip

v2.4.2

01 Feb 17:39

Choose a tag to compare

  • Fixed column hover title on ColumnChart

v2.4.1

18 Feb 21:48

Choose a tag to compare

  • Fixed xAxis auto-categories for MultiColumnChart

v2.4.0

14 Feb 20:44

Choose a tag to compare

  • Added Radar Chart (thanks to @AlexHupe)
  • Added Tree Map Chart
  • Added "donut" type to Pie Chart (thanks to @nicko170)

v2.3.0

12 Feb 05:29

Choose a tag to compare

  • Added init() method for better boot and $wire hoisting
  • Added color customization for columns, multiline and pie chart

v2.2.0

16 Dec 14:50

Choose a tag to compare

  • Added support for PHP 8 #26
  • Updated README #24
  • Added base tests for components and CI