Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.6.2

11 Mar 20:26
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Donut click preserves inner labels - fix #384

🐞 Bug fixes

πŸ’Ž Version 3.6.1

11 Mar 11:01
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fixed a calculation error in the grid which printed NaN values for pie/donuts and that caused pie/donut charts to be broken.

πŸ’Ž Version 3.6.0

10 Mar 19:16
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Added yaxis.reversed which flips the chart upside down. Reversed y-axis will be supported in line, area, bar, columns, scatter, bubble and heatmap charts.
  • add an option to allow custom SVG in point-annotation; fixes #157
  • image fill in scatter charts should have patternUnits: objectBoundingBox by default - fixes #373

🐞 Bug fixes

  • category xaxis annotation fix - fixes #387
  • fix NaN issue in area paths which fixed invisible area bug - fixes #374
  • send correct xaxis range in zoomed event after beforeZoom - fixes #371

πŸ”₯ Breaking changes

  • Removed customShapes on bars/columns as the code got really complex and bug-prone causing a lot of maintenance cost.

Misc changes

  • Fix an abbreviation in the DE locale - Thanks @jnncks
  • added scatter-images in examples

πŸ’Ž Version 3.5.1

04 Mar 08:24
Compare
Choose a tag to compare

🐞 Bug fixes

  • discard series length in stacked column charts when xaxis is datetime - fixes #308
  • escape seriesName to prevent querySelector errors - fixes #355
  • Data parsing error for xy series fixed; fixes #368
  • IE11 - replaced Global Number Constants; fixed y-axis range - fixes #366
  • Tiny responsive fix to prevent zoom issues when responsive config is present in time-series

Misc changes

  • Added rollup-strip-plugin - references #351
  • Make fontFamily & type optional - thanks @mikaelkaron
  • Removed unnecessary comments from tooltip function
  • tiny check in escapeString() function to prevent type errors

πŸ’Ž Version 3.5.0

24 Feb 11:59
Compare
Choose a tag to compare

πŸ†• 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 to toISOString() 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 and opacity

πŸ’Ž Version 3.4.1

17 Feb 13:42
Compare
Choose a tag to compare

🐞 Bug fixes

  • Gradient property colorStops should accept stops from 0 to 100 instead of 0 to 1 to maintain consistency with the existing stops property.

πŸ’Ž Version 3.4.0

17 Feb 13:40
Compare
Choose a tag to compare

πŸ†• Enhancements

🐞 Bug fixes

  • series.type should not be ignored when updating series - fixed #317
  • radar chart - data-label issue when the count is more than series length; fixes #324
  • auto-resize pie when parent resize fix - fixes apexcharts/vue-apexcharts#58
  • prevent yaxis from being overwritten in synced charts
  • redraw on resize parent - fixes #330

πŸ’Ž Version 3.3.1

17 Feb 13:15
Compare
Choose a tag to compare

🐞 Bug fixes

  • jsdelivr cdn file was truncated in the previous release due to some errors in publishing. Rebuilt the patch and published 3.3.1 immediately to avoid breaking current installments.
  • Fix typo for 'inactive-legend' class

πŸ’Ž Version 3.3.0

12 Feb 11:56
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Code formatter (prettier) applied globally in all files

πŸ”₯ Breaking Changes

  • revert xaxis.tickPlacement to 'between' by default - fixes #305

🐞 Bug fixes

  • check el existence before removing listener - fixes apexcharts/vue-apexcharts#54
  • typings corrected; fixes #306
  • In multi-yaxis, ignore hidden yaxis - fixes #291
  • In a multi-axis chart - fixed yaxis being cropped; fixes #98
  • Heatmap color bug on updated fixed; fixes #312

πŸ’Ž Version 3.2.2

12 Feb 11:53
Compare
Choose a tag to compare

πŸ†• Enhancements

  • dropshadow color added - fixes #300
  • A new property named "forceNiceScale" in y-axis added which generates nice numbers forcefully even when user provides min/max; fixes #302

🐞 Bug fixes

  • annotation small values (replaced parseInt with parseFloat to allow tiny values) - fixes #292
  • crosshairs stroke dashArray issue fixed which produced 2 lines on thin crosshairs; fixes #290
  • y axis fix for very small range - fixes #294
  • bug fixed on update when stroke.show = false; fixes #289
  • radialbar fix for values exceeding 100
  • donut small value fix - fixes #301