Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π 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
π Version 3.37.0
π Enhancements
- Changed border-radius implementation - Credits to Yona Appletree
- improve annotations; allow annotation to be drawn by px
π Bug Fixes
- Yaxis title offset when horizontal - fixes #3336
- Reversed y-axis in stacked bars - fixes #3427
- Fix undefined elGridBorders in pie chart -(829a1be) fixes #3472
- hide gridBorders in sparklines
- Fix x-axis tick alignment
- rangebar x-axis datetime - fixes #3514
- fix NaN values - fixes #3610
- NaN bug in bars with rounded corners - fixes #3615
- bring back xaxis gridlines - fixes #3580
π Version 3.36.0
π Enhancements
- New chart-type: RANGE AREA CHART - Example
- Allow fill config to be passed with individual data-point in a XY series
- Total data label in a stacked bar/column chart - Example
π Bug Fixes
- Fix x-axis labels overlap when all series are collapsed
- Fix text-anchor in horizontal bars if a negative value is present
- Fix deselect first series exports empty CSV; Thanks Luca Tognazzi
π Version 3.35.0
π Bug Fixes
- Fixed a regression bug that caused x-axis labels to disappear when the type was DateTime.
π Version 3.34.0
π Enhancements
- New feature - Grouped x-axis - Thanks, @DavidMarquezF
π Bug Fixes
- Fix bugs with collapsed series data on updating options/series - Thanks, @tkieft
- Fix bug when value below 1 in log scale - Thanks, @Blerman
- Improve shared tooltip position in bar charts and heatmap charts
- Refactor annotations code
Misc changes
- Added LV Locale - Thanks, @snemvalts
π Version 3.33.0
π Enhancements
- Prevent tooltip overflow outside the chart area
- Fix empty tooltip; fixes #2851
- Disable tooltip if all datasets are hidden - fixes #2566
- Bar and Heatmap tooltip improvements
π Bug Fixes
- Fix for not rendering 0 as min when using logarithmic, thanks @rubenstolk
- Fix tooltip bug when 1st series is hidden; fixes #2744
- Fix boxplot with multiple outliers - fixes #2706
- Fix runtime error if tooltip not present
- Marker size bug - fixes #2872
- Tooltip bug; fixes #2879
π Version 3.32.0
π Bug Fixes
- fixing regression bug that was caused by commit e153a2
- fix distributed and inversed color scale - fixes #2808
- check if lastDataLabelRect exists in bar charts