🆕 Enhancements
- Range (region) annotations added - User will be able to draw regions over charts using the same annotations property - Thanks @mamasselin
- New property - yaxis.showAlways property to prevent hiding y-axis when user toggles series via legend click - fixes #339
- toolbar.tools allow custom icons - fix #340
- New method
appendSeries
- fix #346
🐞 Bug fixes
- strokeColor for distributed bars - fixed #341
toUTCString()
changed totoISOString()
to fix timezone issue - Thanks @tgpoint- Added check to prevent dataLabels calculation if
dataLabels
option is disabled - Thanks @mamasselin - radialbar animation issue - fixes #348
Misc changes
- Typings corrected for tooltip.shared - Thanks @isy
- Annotations example updated to show region/range annotations
- new annotation property -
fillColor
andopacity