Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.6.2
π Enhancements
- Donut click preserves inner labels - fix #384
π Bug fixes
- fix the issue of categories not updating in line/area charts - fixes apexcharts/react-apexcharts#46
- Typo fix in text drawing PR #389 - Thanks @mestaritonttu
- legend line-height fixed for mobile; fixes #378
π Version 3.6.1
π Bug fixes
- Fixed a calculation error in the grid which printed NaN values for pie/donuts and that caused pie/donut charts to be broken.
π Version 3.6.0
π Enhancements
- Added
yaxis.reversed
which flips the chart upside down. Reversed y-axis will be supported in line, area, bar, columns, scatter, bubble and heatmap charts. - add an option to allow custom SVG in point-annotation; fixes #157
- image fill in scatter charts should have
patternUnits: objectBoundingBox
by default - fixes #373
π Bug fixes
- category xaxis annotation fix - fixes #387
- fix NaN issue in area paths which fixed invisible area bug - fixes #374
- send correct xaxis range in zoomed event after beforeZoom - fixes #371
π₯ Breaking changes
- Removed
customShapes
on bars/columns as the code got really complex and bug-prone causing a lot of maintenance cost.
Misc changes
- Fix an abbreviation in the DE locale - Thanks @jnncks
- added scatter-images in examples
π Version 3.5.1
π Bug fixes
- discard series length in stacked column charts when xaxis is datetime - fixes #308
- escape seriesName to prevent querySelector errors - fixes #355
- Data parsing error for
xy
series fixed; fixes #368 - IE11 - replaced Global Number Constants; fixed y-axis range - fixes #366
- Tiny responsive fix to prevent zoom issues when responsive config is present in time-series
Misc changes
- Added rollup-strip-plugin - references #351
- Make
fontFamily
&type
optional - thanks @mikaelkaron - Removed unnecessary comments from tooltip function
- tiny check in
escapeString()
function to prevent type errors
π Version 3.5.0
π Enhancements
- Range (region) annotations added - User will be able to draw regions over charts using the same annotations property - Thanks @mamasselin
- New property - yaxis.showAlways property to prevent hiding y-axis when user toggles series via legend click - fixes #339
- toolbar.tools allow custom icons - fix #340
- New method
appendSeries
- fix #346
π Bug fixes
- strokeColor for distributed bars - fixed #341
toUTCString()
changed totoISOString()
to fix timezone issue - Thanks @tgpoint- Added check to prevent dataLabels calculation if
dataLabels
option is disabled - Thanks @mamasselin - radialbar animation issue - fixes #348
Misc changes
- Typings corrected for tooltip.shared - Thanks @isy
- Annotations example updated to show region/range annotations
- new annotation property -
fillColor
andopacity
π Version 3.4.1
π Bug fixes
- Gradient property
colorStops
should accept stops from 0 to 100 instead of 0 to 1 to maintain consistency with the existingstops
property.
π Version 3.4.0
π Enhancements
- allow unlimited stops in gradient - fixes #282
- add cssClass onto point annotation markers
- custom buttons in the toolbar - https://apexcharts.com/docs/options/chart/toolbar/#customIcons
- allow yaxis min/max properties to accept functions
π Bug fixes
- series.type should not be ignored when updating series - fixed #317
- radar chart - data-label issue when the count is more than series length; fixes #324
- auto-resize pie when parent resize fix - fixes apexcharts/vue-apexcharts#58
- prevent yaxis from being overwritten in synced charts
- redraw on resize parent - fixes #330
π Version 3.3.1
π Bug fixes
- jsdelivr cdn file was truncated in the previous release due to some errors in publishing. Rebuilt the patch and published 3.3.1 immediately to avoid breaking current installments.
- Fix typo for 'inactive-legend' class
π Version 3.3.0
π Enhancements
- Code formatter (prettier) applied globally in all files
π₯ Breaking Changes
- revert
xaxis.tickPlacement
to 'between' by default - fixes #305
π Bug fixes
- check el existence before removing listener - fixes apexcharts/vue-apexcharts#54
- typings corrected; fixes #306
- In multi-yaxis, ignore hidden yaxis - fixes #291
- In a multi-axis chart - fixed yaxis being cropped; fixes #98
- Heatmap color bug on updated fixed; fixes #312
π Version 3.2.2
π Enhancements
- dropshadow color added - fixes #300
- A new property named "forceNiceScale" in y-axis added which generates nice numbers forcefully even when user provides min/max; fixes #302
π Bug fixes
- annotation small values (replaced parseInt with parseFloat to allow tiny values) - fixes #292
- crosshairs stroke dashArray issue fixed which produced 2 lines on thin crosshairs; fixes #290
- y axis fix for very small range - fixes #294
- bug fixed on update when stroke.show = false; fixes #289
- radialbar fix for values exceeding 100
- donut small value fix - fixes #301