🐞 Bug fixes
- Bar chart fix for single dataPoint chart - apexcharts/react-apexcharts#34
- candlestick - prevent first/last candle cropped; fixes #280
- fixed radialBar mousedown event - fixes #279
- baselineY issue in multi-axes charts - fixes apexcharts/vue-apexcharts#41
- horizontal bar chart - fixed min-max and ticks of xaxis
- small fixes in checking/parsing data
- a small check for xaxis.labels replaced to bar instead of column
- dataLabels clipping fix
- discrete marker issue - fixed dataPointIndex
🔥 Breaking Changes
- radar chart -
radar.polygons.strokeColors
added which accepts array of colors.radar.polygons.strokeColor
will be deprecated in favor of this new property. - allow
markers.strokeColors
to accept array.markers.strokeColor
will be deprecated in 4.0
Additions
- new property - xaxis.tickPlacement
Other changes
- samples - unnecessary props removed