🔥 Breaking Changes
- Direct IE11 support dropped. Users will need to load polyfills to make ApexCharts work with IE11. Added the same in README.
- Xaxis labels - timezone improvement.
- Removed unused code in SVG.js to bring down the bundle size.
- Remove
pie.size
andradialbar.size
in next versions - fixes #832 - Heavy refactoring in all the modules
🆕 Enhancements
- Enabled zooming in Category xaxis.
- Multiline text in axes - fixes #951, fixes #388
- A small fix in data labels z-index which prevents paths from drawing over labels
- Prefix CSS classes with
.apexcharts-
to prevent clashes - fixes #1036 - Added UTC option in xaxis.labels - fixes #110
🐞 Bug fixes
- Rotate xaxis labels if overlaps - fixes #446
- Log scale for multi-series chart - fixes #1175
- Prevent crash in empty yaxis - fixes #1179
- In area chart, drawing issue in null values fixed - fixes #1042
- Fix empty data bug in range-bar - fixes #1153
- Add showSeries and hideSeries in exec - fixes #1192
- Fix data labels issue for negative values in stacked charts - fixes #909
- Small fix in maxY value in a negative bar chart
- Fixed pie animation when the value is 0 - fixes #802
- Title subtitle margin - fixes #932
- Fix single datapoint issue in a combo chart with the line chart - fixes #1190