Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.45.2
π Enhancements
π Bug fixes
- Fix the range-bar drawing bug when the value is 0
- Discard initialXRatio in normal category bar charts - fixes #4134
- Bring back original
curve: smooth
option for stroke as multiple people reported issues withmonotoneCubic
curve.
π Version 3.45.1
π Bug fixes
- fix hourly tick increment when starting at full hour. Thanks Alex Dudau
- update
linearScale()
function to respect the stepSize parameter
π Version 3.45.0
π Enhancements
- New feature - yaxis.stepSize (fixes #332)
The step size feature helps to define the intervals or increments between values on the axes values.
π Bug fixes
- Take into account series-index for point-annotations
π Version 3.44.2
What's Changed
- Fix stacked line charts regression bug; #4132
π Version 3.44.1
What's Changed
- feat: Allow stack bar only by @JulienMalcouronne in #3891
- Bump @babel/traverse from 7.15.0 to 7.23.2 by @dependabot in #4065
- bug fix: allow brush with rangeBars by @davidchateau in #4071
- added a demo for rangebar brush by @davidchateau in #4085
- π Add malay locale by @iqfareez in #4087
- allow nonce values for style elements by @duhdugg in #4091
- Handle CSV export of the datetime multi-series with variable X-axes by @hrynko in #4128
- Fix heatmap value attribute that caused issue in reversed y-axis heatmaps - #4054
- Fix Incorrect GridLine - #4037
- Fallback to straight line if the curve goes backwards in smooth line chart (360324f)
New Contributors
- @JulienMalcouronne made their first contribution in #3891
- @davidchateau made their first contribution in #4071
- @iqfareez made their first contribution in #4087
- @duhdugg made their first contribution in #4091
- @hrynko made their first contribution in #4128
Full Changelog: v3.44.0...v3.44.1
π Version 3.44.0
π Version 3.43.0
What's Changed
- remove "monotoneCubic" curve logic and apply the same algorithm for "smooth" curve.
- switch to darker background color if theme is dark
- improve getyAxisLabelsCoords based on formatter
- fix grid background bands for bars
- heatmap yaxis labels offsetY; fixes #2033
- fix: hover and click on legend series by @maciej-ka in #3967
- docs: improve how to contribute by @maciej-ka in #3951
- Bugfix: Double rendering of labels by @abi-spyro in #3998
- datalabels issue when hideZeroBarsWhenGrouped is true; fixes #4000
- Added type to colorStops in ApexFill by @consvic in #3999
- fix: detect positioning for leftmost values by @akozenko in #4012
- Expose 'isSeriesHidden' to public methods by @bdavis2-PCTY in #4015
New Contributors
- @maciej-ka made their first contribution in #3967
- @abi-spyro made their first contribution in #3998
- @consvic made their first contribution in #3999
- @akozenko made their first contribution in #4004
- @bdavis2-PCTY made their first contribution in #4015
Full Changelog: v3.41.1...v3.43.0
π Version 3.41.1
What's Changed
- remove style injection as attribute in bar charts (csp style-src fix) by @refamila in #3886
- Feat: trimmed treemap labels by @mabolen in #3926
- Added type of string array to brush targets. by @vargemp in #3916
- fixes #3691 legend custom colors
- fix gridline issue in rangeArea fixes #3869
- fix rounding issue in polar charts fixes #3945
- fix csv export when series is collapsed fixes #3944
- fix runtime error when all series are collapsed fixes #3924
New Contributors
- @refamila made their first contribution in #3886
- @mabolen made their first contribution in #3926
- @vargemp made their first contribution in #3916
Full Changelog: v3.41.0...v3.41.1
π Version 3.41.0
What's new
- New chart type - FUNNEL CHARTS

What's Changed
- [bugfix]: fix rangeBarGroupRows for range columns
- Danish locale [da] by @ulrikjo in #3817
- [bugfix]: set Null values to 0 when cnf.chart.stacked by @normannMarit in #3813
- Fix for numeric series names by @MHewison in #3770
New Contributors
- @ulrikjo made their first contribution in #3817
- @normannMarit made their first contribution in #3813
- @MHewison made their first contribution in #3770
Full Changelog: v3.40.0...v3.41.0
π Version 3.40.0
What's new
- New chart type - Dumbbell Chart & Horizontal Dumbbell Chart
- Allow integer values to be passed as Column-width and Bar-height for easier management of column/bar thickness. Previously, only percentage values were supported
What's Changed
- check value original path on pieClicked - fixes #2258 by @AdinoWayne in #3680
- fix: don't render markers outside graph area by @leinonen in #3679
- Prevent stuck tooltip for line & candlestick charts by @ettoredn in #3664
- Bump webpack from 5.3.2 to 5.76.0 by @dependabot in #3709
- Fixes empty getElMarkers() for all series when any series has discrete markers and a global size is set by @idpaterson in #3715
- Feat/grouped stacked bars by @junedchhipa in #3764
- Bump nunjucks from 3.2.1 to 3.2.4 by @dependabot in #3780
New Contributors
- @AdinoWayne made their first contribution in #3680
- @leinonen made their first contribution in #3679
- @ettoredn made their first contribution in #3664
- @idpaterson made their first contribution in #3715
Full Changelog: v3.37.0...v3.40.0