- Added Livewire v3 support
- Added ability to set chart theme (thanks to @syntaxlexx)
- Added ability to configure chart via JSON properties
- Added tooltip override via
extras.tooltip
- Fixed hover title on column chart
- Fixed xAxis auto-categories for MultiColumnChart
- Added Radar Chart (thanks to @AlexHupe)
- Added Tree Map Chart
- Added "donut" type to Pie Chart (thanks to @nicko170)
- Added
init()
method for better boot and $wire hoisting - Added color customization for columns, multiline and pie chart
- Added support for PHP 8
- Updated docs
- Added base tests for components and CI
- Added stroke width customization
- Added stroke support for Area Chart
- Added build system for JS charts code
- Added Blade directive to include assets
- Updated installation and advanced usage instructions
- Fixed infinite growing charts
- Removed unused Alpine directives
- Added
LivewireCharts
facade to create any chart model - Added
sparklined
Apex Chart feature to all charts (https://apexcharts.com/javascript-chart-demos/sparklines/basic/)
- Added Multi Column Chart
- Added Stacked Multi Column Chart
- Added support for custom X Axis categories
- Added Multi Line Chart
- Added Data Labels configuration for all charts
- Refactored title and animation to traits
- Fixed column chart growing infinitely
- Improved customization API
- Added Legend configuration
- Refactored configuration traits
- Added Area Chart
- Initial Release