Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.14.0
π Bug fixes
- A major bug fix that fixed the overwriting option in multiple charts on the same page.
π Version 3.13.2
π Bug fixes
- Chart options are overwritten in multiple charts on the page. Reverted Options.js code which might be causing this.
π Version 3.13.1
π Bug fixes
- Last version 3.13.0 broke pie/donut labels. Fixed the formatter for it.
π Version 3.13.0
π₯ Breaking Changes
- Direct IE11 support dropped. Users will need to load polyfills to make ApexCharts work with IE11. Added the same in README.
- Xaxis labels - timezone improvement.
- Removed unused code in SVG.js to bring down the bundle size.
- Remove
pie.size
andradialbar.size
in next versions - fixes #832 - Heavy refactoring in all the modules
π Enhancements
- Enabled zooming in Category xaxis.
- Multiline text in axes - fixes #951, fixes #388
- A small fix in data labels z-index which prevents paths from drawing over labels
- Prefix CSS classes with
.apexcharts-
to prevent clashes - fixes #1036 - Added UTC option in xaxis.labels - fixes #110
π Bug fixes
- Rotate xaxis labels if overlaps - fixes #446
- Log scale for multi-series chart - fixes #1175
- Prevent crash in empty yaxis - fixes #1179
- In area chart, drawing issue in null values fixed - fixes #1042
- Fix empty data bug in range-bar - fixes #1153
- Add showSeries and hideSeries in exec - fixes #1192
- Fix data labels issue for negative values in stacked charts - fixes #909
- Small fix in maxY value in a negative bar chart
- Fixed pie animation when the value is 0 - fixes #802
- Title subtitle margin - fixes #932
- Fix single datapoint issue in a combo chart with the line chart - fixes #1190
π Version 3.12.0
π₯ Breaking Changes
- Unused SVG.js code removed to bring down bundle size. Minified 449kB reduced to 425kB.
- Removed IE11 polyfills and added lists of polyfills to add for IE11 support.
- In radar chart, renamed the outer data labels as xaxis labels.
π Enhancements
- Data labels improved styling. Now, the data-labels can be given a background color to pop out clearly.
π Bug fixes
- Xaxis - one-hour offset issue fixed.- fixes #110, fixes #841
- Broken CSV export (file not found) issue fixed.
- Require.js issue fixed. Updated AMD build to prevent undefined error in require.js - fixes #357
- Rotated yaxis labels x position fix - fixes #1038
- Discrete markers fix square marker - fixes #892
- Fix stroke issue for bubble - fixes #945
- RemoveAnnotation cleanup - fixes #1126
- Fixed a bug in toggleDataPointSelection for pie chart - fixes #1108
Misc changes
- Added catalan locale - Thanks @ jmformenti
- Revamp e2e tests implementation - Thanks @sergkop
π Version 3.11.3
π 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
π 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 -
showSeries
andhideSeries
- 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