Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.11.3

30 Dec 14:12

Choose a tag to compare

πŸ†• Enhancements

  • Add Export to CSV option - fixes #676
  • Add a new property borderWidth for Annotations stroke width - fixes #1137

🐞 Bug fixes

  • Allow the radar chart to have negative values - fixes #1029
  • Pie size fixes for mobile devices - fixes #583
  • Fixed tooltip formatter invoking twice - fixes #1161
  • Data label overflowing fix in bars - fixes #1162
  • Remove forceful column conversion in a combo chart - fixes #1166
  • Prevent hiding yaxis when grid.show is false
  • Combo chart tooltip issue - fixes #1119
  • Close menu when clicked anywhere else - #1127
  • X-axis one-hour offset fix - fixes #110, fixes #841
  • X-axis first and the last label cropped fixed

Misc changes

  • Generate vanilla, React and Vue samples from XML files. Thanks @sergkop
  • Fix typings - fixes #1157

πŸ’Ž Version 3.11.2

30 Dec 14:06

Choose a tag to compare

πŸ†• Enhancements

  • Allow image fill in a heatmap chart - fixes #1111
  • Reduced left padding on yaxis - fixes #1114
  • Prevent bar overlaps in a rangebar/timeline chart - fixes #1153

🐞 Bug fixes

  • Data labels issue in combo chart - fixes #1132

πŸ’Ž Version 3.11.1

30 Dec 14:04

Choose a tag to compare

πŸ†• Enhancements

  • Show legend for distributed bar charts - fixes #944
  • Allow different colors for each bar in rangeBar chart - fixes #1147

🐞 Bug fixes

  • Remove unwanted line while exporting SVG - fixes #1140
  • Fix advanced timeline issue - references #1146
  • Scale data labels in a custom scaled pie chart - fixes #1105
  • Height fixes in pie and donut charts; fixes #1125, fixes #1062
  • Tooltip issue in a 100% chart fixed - fixes #1149
  • Tooltip issue fixed in inversedOrder - fixes #1133

Misc changes

  • Add number[] to type of stroke.width - Thanks @mark-langer
  • Add a test for issue #614
  • Refactoring and cleanup by @sergkop

πŸ’Ž Version 3.11.0

14 Dec 19:29

Choose a tag to compare

πŸ†• Enhancements

🐞 Bug fixes

  • Prevent negative values on the yaxis if there is no negative value in series - fixes #968, fixes #614
  • Fixed nodata.offsetY - fixes #1039
  • Fixed pie.expandOnClick - fixes #1045
  • Radar chart yaxis fontSize - fixes #1034
  • Fixed log scale when small values are provided - fixes #972
  • In a range bar chart, preset the yaxis min

Misc changes

  • Added the Finnish language - Thanks Vesa Kauppinen
  • Added Swedish language - Thanks Vesa Kauppinen
  • DropShadow type consolidation and fixes - Thanks @KYDronePilot

πŸ’Ž Version 3.10.1

14 Dec 19:23

Choose a tag to compare

πŸ†• Enhancements

  • New methods - showSeries and hideSeries - fixes #468
  • #999 - Add vertical-align in column charts data-labels - fixes #608
  • Renamed dataLabels.vertical to dataLabels.orientation
  • Add a console warning to indicate autoScaleYaxis not being supported in multi-axis chart
  • Candlestick data format - removed the requirement of a nested array for OHLC - fixes #1005
  • Allow bubble series in a combo chart
  • Allow candlestick to be mixed with a line series - fixes #883
  • Allow custom tooltip to accept an array of functions
  • New method - removeAnnotation(id) - fixes #1016
  • min and max bubble size - new properties; fixes #604

🐞 Bug fixes

  • In scatter-charts, fixed a bug where the leftmost marker is not shown fixes #989
  • In column charts with the numeric x-axis, fixed unmatching ticks with labels - fixes #982
  • Removed unnecessary padding when xaxis labels are rotated - fixes #980
  • Prevent hiding the last xaxis label in horizontal bar charts - fix #815
  • Fixed broken legend while exporting SVG or PNG - fixes #992
  • Fixed animationEnded event
  • Fixed yaxis.title.offsetY - fixes #1010
  • Fixed vertical x-axis annotation for bottom labeled position
  • Bubble chart zRatio fix when all bubbles have the same size - fixes #699
  • Fixed legend styles in IE11 - fixes #1020
  • Legend formatter escape string - fixes #1031

Misc changes

  • Update realtime dashboard example
  • Add Croatian locales - Thanks @Warix3
  • Type fix for xaxis.tickAmount - Thanks @shiroemons
  • Update samples for vertical data-labels in column
  • Add missing reversed property - Thanks @styd

πŸ’Ž Version 3.10.0

13 Oct 14:53

Choose a tag to compare

🐞 Bug fixes

  • Fixed a major bug #983 which caused the data to display reversed.

πŸ’Ž Version 3.9.0

12 Oct 19:55

Choose a tag to compare

πŸ†• Enhancements

  • Allow different data-labels colors when bar.distributed is true
  • Custom data-labels formatter in bubble charts - fixes #925
  • Donut Chart - New property plotOptions.pie.donut.labels.total.showAlways which allows determining whether the total label should be shown always and not change if a user hovers over the donut slices.
  • Allow markers to have different stroke-width for each series - fixes #936
  • Extract JS-generated styles to external CSS (fix CSP issues) #727 - Thanks to @spotman
  • Horizontal Bar chart's y-axis now has additional parameters to show more information in y-axis labels.

🐞 Bug fixes

  • Fix columns overlap in datetime bar charts - fixes #924
  • Autoscale yaxis enabled on zoom-in and zoom-out - fixes #908
  • Prevent hiding legend when a series is hidden in a single series chart - fixes #919
  • Legend markers and tooltip markers color issue fixed when a function is provided in colors - fixes #725
  • Prevent cropped data-labels in semi radialBar charts - fixes #930. Also, in semi radialBar - height issue corrected when data-labels are disabled
  • Stroke-width in bubble charts - fixes #950
  • Fix sort function for the numeric x-axis
  • Barchart data-labels alignment fix - fixes #979

Misc Changes

  • Add Ukrainian locale - Thanks to @koljada
  • Add Italian locale - Thanks to @heartbeatLV

πŸ’Ž Version 3.8.6

12 Oct 19:41

Choose a tag to compare

πŸ†• Enhancements

  • New property - legend.tooltipHoverFormatter which allows showing values in legend - fixes #94
  • Pass seriesIndex and dataPointIndex in click and mousemove events

🐞 Bug fixes

  • Fix positions of bars and xaxis-tooltip in a multi-series datetime column chart
  • Use the real chart's height when exporting image - Thanks @rndmerle
  • Remove bottom whitespace for small radial bar charts - fixes #894

Misc fixes

  • Update ru.json (Russian translations)
  • Missing typings added

πŸ’Ž Version 3.8.5

27 Aug 10:55

Choose a tag to compare

πŸ†• Enhancements

  • Add legend.inverseOrder - fixes #850, fixes #858
  • Improve toggleDataPointSelection method for pie/donut charts

🐞 Bug fixes

  • Draw data labels above background in donut charts in case background color is provided.
  • Fix columns overlap in mixed charts - fixes #811
  • Fix an issue in dataLabels.enabledOnSeries property - fixes #824

πŸ’Ž Version 3.8.4

04 Aug 18:43

Choose a tag to compare

πŸ†• Enhancements

  • Build modified to minify AMD, es, commonjs files
  • Visually separate the datetime labels to identify years from months and months from days
  • Add chart context in toolbar icon function params - fixes #810

🐞 Bug fixes

  • Fix y-axis zoom bug - fixes #794
  • Fix ApexCharts.exec type declaration - Thanks @franklx
  • Fix forceNiceScale for small values #759 #672 - Thanks @nadvornik
  • Fix pie chart tooltip values being rounded off - fixes #814
  • Minor correction for detecting pie/donut charts in label formatters
  • Decimals for small values in a bar chart - fixes #648
  • Fix brush behavior when a series is toggled via legend when autoscale is turned on - fixes #795

Misc changes