Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.27.3

22 Jul 11:59
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New feature - Forecast data-points
    fc3noor2 (5)

πŸ’Ž Version 3.27.0

06 Jun 10:33
7b49a1f
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New feature - bar/column with markers
    fc3noor2 (2)

🐞 Bug Fixes

  • Add title element for Y-axis labels. #2281
  • Sanitize input to prevent cross-site scripting

πŸ’Ž Version 3.26.3

18 May 10:49
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New prop - xaxis.overwriteCategories which allows t overwrite all generated x-axis labels and replace with custom labels
  • Add scaling options while exporting to SVG/PNG - Thanks, Antonio Rezende

πŸ’Ž Version 3.26.2

09 May 19:33
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New prop - xaxis.decimalsInFloat

🐞 Bug Fixes

  • Data-label overflow - fixes #2264
  • Fix missing first label on the x-axis bar graph - fixes #1730
  • Fix y-axis title cropped - fixes #2394

πŸ’Ž Version 3.26.1

18 Apr 12:50
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Add start and end dates in rangeBar tooltip options in a custom tooltip
  • Heatmap reverseNegativeShade issue - fixes #1704
  • Add hungarian locale - thanks, @MartinKravec
  • New feature in TimeScale: added seconds scale - thanks, @nekitk

🐞 Bug Fixes

  • CSV export fix - fixes #2295
  • Check circle radius if less than 0
  • Fix treemap data update - fixes #2356
  • Datalabel type fix - fixes #2355
  • Combo candlestick tooltip issue - fixes #2354
  • Prevent hiding 1st x-label when y-axis is hidden in bar charts

πŸ’Ž Version 3.26.0

15 Mar 19:47
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Add square for marker shape
  • Allow shared tooltip in a horizontal bar chart
  • New property - borderRadius in bar charts; fixes #2291

🐞 Bug Fixes

  • Fix polar area spokes position when startAngle is custom
  • Fixed y-axis formatter not working when range contains zero. Thanks, @venarius
  • Fix for #1629, adds BOM to CSV export
  • Forcing the DataLabel to be drawn only within the boundaries of the chart

πŸ’Ž Version 3.23.1

28 Dec 19:04
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Panning fixed in timeline charts
  • Mixed chart x-axis issue - fixes #2064
  • A small correction in y-axis min-max - fixes #538
  • Preserve selection on resize in pie, donut - fixes #2110
  • Floating y-axis in bar and timelines - fixes #2123
  • TooltipHoverFormatter in pie charts - fixes #2122

πŸ’Ž Version 3.23.0

15 Dec 10:49
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Zoom and Pan enabled in timeline charts - fixes #763

🐞 Bug Fixes

  • Fix export to csv when timestamps are provided - fixes #2101
  • Bigfix in min/max functions in y-axis - fixes #538, fixes #2098
  • Improve logscale

πŸ’Ž Version 3.22.3

06 Dec 17:33
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Customizable export filenames - fixes #2042
  • Show x-axis gridlines even when x-axis labels are hidden - fixes #2089

🐞 Bug Fixes

  • Fix undefined tooltip issue in a timeline chart
  • Remove resize handler properly on destroy - fixes #2020
  • CSV bug export when category contains a comma - fixes #2036
  • Fix multiline text in x-axis when using XY format in series - fixes
  • Add passive: true to event listeners - ref #937
  • Fix auto height increase when the height is 100% - fixes #2059
  • Fix log scale in radar chart - fixes #2078
  • Remove code to hide data label when it is cropped
  • Add tooltip title formatter for horizontal chart
  • Bugfix when no data in treemap - fixes #2090
  • Bug fix in min/max functions in y-axis - fixes #538
  • Fix Y-axis tickamount when formatter is applied - fixes #2086

πŸ’Ž Version 3.22.2

06 Dec 17:25
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Semi donut - New property endAngle in pie to create semi donut charts
  • allow legendClick to run even when toggleDataSeries is off - fixes #835
  • Add seriesIndex for pie/donut tooltips formatter

🐞 Bug Fixes

  • bug-fix for long x-axis labels causing left padding - fixed #1989
  • Gradient bug fix - fixes #2026
  • Fix resize issue - eventlistener not being removed on destroy - fixes #2020