Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.15.4

03 Feb 20:35

Choose a tag to compare

πŸ†• Enhancements

  • New method - addImage() to allow inserting an image after the chart is rendered. - Docs
  • In point annotations, replace customSVG with 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

25 Jan 13:21

Choose a tag to compare

πŸ†• 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

πŸ’Ž Version 3.15.2

25 Jan 12:55

Choose a tag to compare

🐞 Bug Fixes

  • Single datapoint issue - fixes #1221
  • Destroy function fix - fixes #1223
  • Fix scale issues and bar-width - fixes #1222, fixes #1224
  • Samples updated to include IE11 polyfills

πŸ’Ž Version 3.15.1

25 Jan 12:53

Choose a tag to compare

🐞 Bug fixes

  • Re-added CustomEvent polyfill for IE11
  • Replace insertadjacent with insertBefore for IE11

πŸ’Ž Version 3.15.0

13 Jan 18:04

Choose a tag to compare

🐞 Bug Fixes

  • Category zoom fixes
  • Fixed updateOptions() function on 100% stacked fixed - fixes #922
  • Legend margin fix - fixes #1203
  • Multiline axis label offset in bar charts

πŸ’Ž Version 3.14.0

11 Jan 10:56

Choose a tag to compare

🐞 Bug fixes

  • A major bug fix that fixed the overwriting option in multiple charts on the same page.

πŸ’Ž Version 3.13.2

11 Jan 10:55

Choose a tag to compare

🐞 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

10 Jan 07:45

Choose a tag to compare

🐞 Bug fixes

  • Last version 3.13.0 broke pie/donut labels. Fixed the formatter for it.

πŸ’Ž Version 3.13.0

10 Jan 07:43

Choose a tag to compare

πŸ”₯ 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 and radialbar.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

πŸ’Ž Version 3.12.0

01 Jan 17:39

Choose a tag to compare

πŸ”₯ 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.
    fc3noor2 (9)

🐞 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