Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π 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
π Version 3.31.0
π Version 3.30.0
Enhancements
- Replace old DetectElementResize script with ResizeObserver, fixes #1332, #2743
- Inject ApexCharts CSS to shadow root if weβre in a shadow DOM context, fixes #238
- Debounce tooltip mouse events to reduce overhead
π Bug Fixes
- Hover-active filter bugfix; fixes #2776
- Hash presence in CSV export; fixes #2665
- ToggleSeries bugfix for boxplots; fixes #2672
- Combo chart type bug fix; fixes #2388
- Return promise in updateOptions and updateSeries; fixes #2642
- Point-annotation position fix when x-axis is category; fixes #2646
- Remove radial-bar extra space in firefox; fixes #1243
- Export to png bug fix; fixes #1671
- Bugfix: y-axis annotation labels are placed at the wrong y-coordinate at the top of the graph; fixes #2770
- Add a null check to prevent errors on Safari mobile
π Version 3.28.2
Enhancements
- Allow HTML in legend while also sanitizing inputs for XSS vulnerability - fixes #2214, fixes #2463, fixes #2202
- Added support for series-specific border-radius on a bar chart
- Improve goals marker drawing options in bars/columns
π Bug Fixes
- Fix legend class names to prevent conflict with other libraries
- svg.js namespace issue - fixes #2571
π Version 3.28.1
π Bug Fixes
- Fix
e is null
for firefox - fixes #2537 - Prevent adding padding to the right if x-axis labels are trimmed
π Version 3.27.3
π Version 3.27.0
π Enhancements
π Bug Fixes
- Add title element for Y-axis labels. #2281
- Sanitize input to prevent cross-site scripting
π Version 3.26.3
π Enhancements
- New prop - xaxis.overwriteCategories which allows t overwrite all generated x-axis labels and replace with custom labels
- Add scaling options while exporting to SVG/PNG - Thanks, Antonio Rezende