Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.15.4
π Enhancements
- New method -
addImage()to allow inserting an image after the chart is rendered. - Docs - In point annotations, replace
customSVGwith an image for easier image annotations. - Docs
π Bug Fixes
- Reduce data label transparency when the legend hovered - fixes #1250
- Added font size and font family to the total label - fixes #1249
- Added font-weight to title and subtitle
- Radialbar chart - prevent cropping when the angle is provided
- Data PointIndex for click event fix - fixes #1263
- Single datapoint annotation fix - fixes #1279
- Y-axis max in small values - fixes #1253
π Version 3.15.3
π Enhancements
- Pass datapoint-index in custom color function - fixes #1241
π Bug Fixes
- Remove zoom border on export - fixes #1226
- Multiple donut charts clash fix - fixes #1234-
- Tooltip formatter in timeline charts - fixes #1235
- Annotations disappearing on zoom fix - fixes #917
- Annotation clip-path and not cover x-axis - fixes #770
- Annotations fix in category charts
- Draw annotation rectangle even if the text is undefined - fixes #985
- Logarithmic fix when updating dynamically - fixes #1179
- Donut total data labels - hide when pie selected - fixes #1237
- Prevent updating grouped charts - fixes #623, fixes #914
- Remove pie donut hardcoded padding when the legend is hidden - fixes #1227
- Min yaxis value in formatter function - fixes #1230
- Clipped radial-bars fix when drop-shadow is true - fixes #1244
- In a shared tooltip - prevent empty tooltip when all values are null - fixes #1240
- Browser difference fix for radial-bars - fixes #1243
- Remove unnecessary promise in killSVG function - fixes @1245
- A small fix in Filters which caused issues in a heatmap
- Tooltip out of chart position fix - fixes #667
- Pie & donut height fix for sparkline enabled charts
Misc Changes
- Added Dutch locale - Thanks @tjveldhuizen
π Version 3.15.2
π Version 3.15.1
π Bug fixes
- Re-added CustomEvent polyfill for IE11
- Replace
insertadjacentwith insertBefore for IE11
π Version 3.15.0
π Version 3.14.0
π Bug fixes
- A major bug fix that fixed the overwriting option in multiple charts on the same page.
π Version 3.13.2
π Bug fixes
- Chart options are overwritten in multiple charts on the page. Reverted Options.js code which might be causing this.
π Version 3.13.1
π Bug fixes
- Last version 3.13.0 broke pie/donut labels. Fixed the formatter for it.
π Version 3.13.0
π₯ 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.sizeandradialbar.sizein 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
π Version 3.12.0
π₯ Breaking Changes
- Unused SVG.js code removed to bring down bundle size. Minified 449kB reduced to 425kB.
- Removed IE11 polyfills and added lists of polyfills to add for IE11 support.
- In radar chart, renamed the outer data labels as xaxis labels.
π Enhancements
- Data labels improved styling. Now, the data-labels can be given a background color to pop out clearly.

π Bug fixes
- Xaxis - one-hour offset issue fixed.- fixes #110, fixes #841
- Broken CSV export (file not found) issue fixed.
- Require.js issue fixed. Updated AMD build to prevent undefined error in require.js - fixes #357
- Rotated yaxis labels x position fix - fixes #1038
- Discrete markers fix square marker - fixes #892
- Fix stroke issue for bubble - fixes #945
- RemoveAnnotation cleanup - fixes #1126
- Fixed a bug in toggleDataPointSelection for pie chart - fixes #1108
Misc changes
- Added catalan locale - Thanks @ jmformenti
- Revamp e2e tests implementation - Thanks @sergkop