Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.44.1

05 Dec 18:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.44.0...v3.44.1

πŸ’Ž Version 3.44.0

17 Oct 11:07
Compare
Choose a tag to compare

πŸ†• Enhancements

  • improve sparkline paddings on top and bottom
  • improve line smoothing to avoid backward curve fixes #4063

🐞 Bug Fixes

  • fix default bg color in dark theme fixes #4062
  • fix xposition in rangebar charts (for tooltips) [commit] (0130bb1)
  • prevent markers from hiding on the top and the bottom of the drawing area

πŸ’Ž Version 3.43.0

30 Sep 16:21
Compare
Choose a tag to compare

What's Changed

  • remove "monotoneCubic" curve logic and apply the same algorithm for "smooth" curve.
  • switch to darker background color if theme is dark
  • improve getyAxisLabelsCoords based on formatter
  • fix grid background bands for bars
  • heatmap yaxis labels offsetY; fixes #2033
  • fix: hover and click on legend series by @maciej-ka in #3967
  • docs: improve how to contribute by @maciej-ka in #3951
  • Bugfix: Double rendering of labels by @abi-spyro in #3998
  • datalabels issue when hideZeroBarsWhenGrouped is true; fixes #4000
  • Added type to colorStops in ApexFill by @consvic in #3999
  • fix: detect positioning for leftmost values by @akozenko in #4012
  • Expose 'isSeriesHidden' to public methods by @bdavis2-PCTY in #4015

New Contributors

Full Changelog: v3.41.1...v3.43.0

πŸ’Ž Version 3.41.1

31 Jul 11:22
Compare
Choose a tag to compare

What's Changed

  • remove style injection as attribute in bar charts (csp style-src fix) by @refamila in #3886
  • Feat: trimmed treemap labels by @mabolen in #3926
  • Added type of string array to brush targets. by @vargemp in #3916
  • fixes #3691 legend custom colors
  • fix gridline issue in rangeArea fixes #3869
  • fix rounding issue in polar charts fixes #3945
  • fix csv export when series is collapsed fixes #3944
  • fix runtime error when all series are collapsed fixes #3924

New Contributors

Full Changelog: v3.41.0...v3.41.1

πŸ’Ž Version 3.41.0

11 Jun 15:39
Compare
Choose a tag to compare

What's new

Screenshot 2023-06-11 at 9 06 25 PM

What's Changed

New Contributors

Full Changelog: v3.40.0...v3.41.0

πŸ’Ž Version 3.40.0

01 May 11:58
Compare
Choose a tag to compare

What's new

fc3noor2 (2)
fc3noor2 (1)

  • Allow integer values to be passed as Column-width and Bar-height for easier management of column/bar thickness. Previously, only percentage values were supported

What's Changed

New Contributors

Full Changelog: v3.37.0...v3.40.0

πŸ’Ž Version 3.37.0

04 Feb 19:54
Compare
Choose a tag to compare

πŸ†• Enhancements

🐞 Bug Fixes

πŸ’Ž Version 3.36.0

23 Oct 13:56
d486c93
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New chart-type: RANGE AREA CHART - Example

Screenshot 2022-10-08 at 12 04 36 PM

  • Allow fill config to be passed with individual data-point in a XY series
  • Total data label in a stacked bar/column chart - Example

🐞 Bug Fixes

  • Fix x-axis labels overlap when all series are collapsed
  • Fix text-anchor in horizontal bars if a negative value is present
  • Fix deselect first series exports empty CSV; Thanks Luca Tognazzi

πŸ’Ž Version 3.35.0

31 Mar 18:55
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed a regression bug that caused x-axis labels to disappear when the type was DateTime.

πŸ’Ž Version 3.34.0

30 Mar 12:50
Compare
Choose a tag to compare

πŸ†• Enhancements

🐞 Bug Fixes

  • Fix bugs with collapsed series data on updating options/series - Thanks, @tkieft
  • Fix bug when value below 1 in log scale - Thanks, @Blerman
  • Improve shared tooltip position in bar charts and heatmap charts
  • Refactor annotations code

Misc changes