Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.19.1
π Enhancements
- New property in pie/donut -
plotOptions.pie.startAngle. Thanks, @YtGz
π Bug Fixes
- Prevent brush selection to go outside pane - fixes #738, fixes #1459
- Fix tooltip position for numerical bar charts
- Opposite y-axis should not shift the left position of chart beyond 0 - fixes #1599
- Fix for single data-point stacked bar charts - fixes #1617
- Fixed an issue where null values in a series were converted to {}
- Fix a bug in pie chart to allow single values - references #1611
π Version 3.19.0
π Enhancements
- New property -
borderRadiusin annotation label
π Bug Fixes
- Pie/donut chart - toggledatapointselection issue - fixes #1464
- X-axis timescale fix - fixes #1478
- Y-axis labels colors issue - fixes #1490
- Prevent mutating original series when hiding through legend. Fixes thin bar issues when series is hidden and reset zoom is pressed.
- Allow disabling y-axis tooltip in a multi-yaxes chart - fixes #1482
showSeriesmethod fix for stacked bar charts - fixes #1517- Prevent drawing marker outside drawing area - fixes #1520
- Sync zoom and pan tools in synced charts - fixes #1530
- Change the dark theme color - references #218
- Data-labels bug fixes in bar charts - fixes #1524
- Grid line fixes for bar charts
Misc changes
- Fix wrong polish translation of zoomOut - Thanks, @fracz
π Version 3.18.1
π Bug Fixes
- Update source chart on panning target chart - fixes #957
- Brush chart - prevent resetting brush to initial position - fixes #1104
- Distributed bar colors - fixes #1463; fixes #1468
Misc changes
- Added Hebrew local file - Thanks @meirroth
- Add a missing key in th.json local - @Saharak-Dove
π Version 3.18.0
π Version 3.17.1
π Enhancements
- Sort the datetime/numeric x-axis before drawing - fixes #1400
- Annotation fill - allow 8 digit hex; fixes #1410
- Allow rgba in fill.colors as well as allow 8 digit hex with alpha - fixes #1420
π Bug Fixes
- Exporting PNG/SVG issue fixes
- isSeriesNull() bug fix
- Radar datalabels formatter - fixes #1398
- Heatmap annotation fix - fixes #1201
- Point annotation image fix
- Stacked bar chart - negative bug; fixes #1372
- Fixed zoom type y - fixes #1422
- Strokewidth issue in bars - fixes #1435
- Legend querySelector issue - fixes #1441
Misc changes
- Image annotation in samples
π Version 3.17.0
π Enhancements
- Bar chart new property - startingShape
- New property - yaxis.showForNullSeries - fixes #1299
- New property -
plotOptions.heatmap.useFillColorAsStroke
π Bug Fixes
- X-axis title in horizontal bar chart - offset fix
- Legend height issue on mobile - fixes #636, fixes #1328
- Fixed a bug in stacked bar where 0 values were ignored - fixes #1367
- Tooltip for range-bar issue - fixes apexcharts/vue-apexcharts#215
- Grid row colors bug - fixes #1377
- Data-labels in bar charts improved.
- X-axis 1st January fix for day scale - fixes #1378
- Replace querySelectors with getElementsByClassName - fixes #1310
- Prevent undefined printed in the tooltip if series is collapsed
Misc changes
- Add Polish locale - Thanks, @TheDoctor0
π Version 3.16.1
π₯ Breaking Changes
- Removed public methods -
addText(),addImage()andaddRect(). These things are moved to annotations config - New Annotation types added
annotations.texts,annotations.imagesandannotations.shapes.
π Enhancements
- Improved top positioned x-axis placement
- Font-weight for xaxis labels - fixes #1352
- Radar chart toggle series improvement
- New property -
dataLabels.distributed: true | false
π Bug Fixes
Misc changes
An attempt to fix the babel issue #1359 didn't work well.