Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.11.3
π Enhancements
- Add Export to CSV option - fixes #676
- Add a new property
borderWidthfor 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
π Version 3.11.2
π Version 3.11.1
π 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
π Enhancements
- ApexCharts becomes a partner of FusionCharts π
- FusionExport integrations in the Dashboard samples
- Enabling multiple time ranges on timeline bar charts (https://apexcharts.com/javascript-chart-demos/timeline-charts/) - fixes #560
π 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
π Enhancements
- New methods -
showSeriesandhideSeries- 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
animationEndedevent - 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
reversedproperty - Thanks @styd
π Version 3.10.0
π Bug fixes
- Fixed a major bug #983 which caused the data to display reversed.
π Version 3.9.0
π Enhancements
- Allow different data-labels colors when
bar.distributedis true - Custom data-labels formatter in bubble charts - fixes #925
- Donut Chart - New property
plotOptions.pie.donut.labels.total.showAlwayswhich 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
π 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
π Version 3.8.4
π 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
- Added Turkish language file - Thanks @oguzhaninan