Apexcharts.js Versions Save

📊 Interactive JavaScript Charts built on SVG

v3.44.0

7 months ago

🆕 Enhancements

🐞 Bug Fixes

v3.43.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.41.1...v3.43.0

v3.41.1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.41.0...v3.41.1

v3.41.0

11 months ago

What's new

Screenshot 2023-06-11 at 9 06 25 PM

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.40.0...v3.41.0

v3.40.0

1 year ago

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: https://github.com/apexcharts/apexcharts.js/compare/v3.37.0...v3.40.0

v3.36.0

1 year ago

🆕 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

v3.35.0

2 years ago

🐞 Bug Fixes

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

v3.34.0

2 years ago

🆕 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

  • Added LV Locale - Thanks, @snemvalts

v3.33.0

2 years ago

🆕 Enhancements

  • Prevent tooltip overflow outside the chart area
  • Fix empty tooltip; fixes #2851
  • Disable tooltip if all datasets are hidden - fixes #2566
  • Bar and Heatmap tooltip improvements

🐞 Bug Fixes

  • Fix for not rendering 0 as min when using logarithmic, thanks @rubenstolk
  • Fix tooltip bug when 1st series is hidden; fixes #2744
  • Fix boxplot with multiple outliers - fixes #2706
  • Fix runtime error if tooltip not present
  • Marker size bug - fixes #2872
  • Tooltip bug; fixes #2879