# Changelog

## 2.4.1 - 2022-02-18
- Fixed xAxis auto-categories for MultiColumnChart 

## 2.4.0 - 2022-02-14
- Added Radar Chart (thanks to @AlexHupe)
- Added Tree Map Chart
- Added "donut" type to Pie Chart (thanks to @nicko170)

## 2.3.0 - 2021-02-12
- Added `init()` method for better boot and $wire hoisting
- Added color customization for columns, multiline and pie chart

## 2.2.0 - 2020-12-16
- Added support for PHP 8
- Updated docs 
- Added base tests for components and CI

## 2.1.0 - 2020-11-30
- Added stroke width customization
- Added stroke support for Area Chart

## 2.0.0 - 2020-11-30
- Added build system for JS charts code
- Added Blade directive to include assets
- Updated installation and advanced usage instructions

## 1.5.2 - 2020-11-09

- Fixed infinite growing charts

## 1.5.1 - 2020-11-09

- Removed unused Alpine directives

## 1.5.0 - 2020-11-09

- Added `LivewireCharts` facade to create any chart model
- Added `sparklined` Apex Chart feature to all charts (https://apexcharts.com/javascript-chart-demos/sparklines/basic/)

## 1.4.0 - 2020-11-07

- Added Multi Column Chart 
- Added Stacked Multi Column Chart 
- Added support for custom X Axis categories

## 1.3.0 - 2020-11-03

- Added Multi Line Chart 
- Added Data Labels configuration for all charts
- Refactored title and animation to traits

## 1.2.0 - 2020-10-25

- Fixed column chart growing infinitely 
- Improved customization API
- Added Legend configuration
- Refactored configuration traits

## 1.1.0 - 2020-10-20

- Added Area Chart

## 1.0.0 - 2020-10-19

- Initial Release
