andrejsharapov / nuxt-app

Open Source Web developer Portfolio on GitHub | Andrej Sharapov Β· Ui/Ux Designer, Frontend Developer
https://sharapov.dev/en/
MIT License
3 stars 2 forks source link

chore(deps): update dependency apexcharts to v3.50.0 #265

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apexcharts (source) 3.36.3 -> 3.50.0 age adoption passing confidence

Release Notes

apexcharts/apexcharts.js (apexcharts) ### [`v3.50.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.50.0): πŸ’Ž Version 3.50.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0) #### What's Changed - Refactor markers code for generating new markers shapes (plus, cross, line) Screenshot 2024-07-05 at 11 27 12β€―PM - fix([#​4541](https://togithub.com/apexcharts/apexcharts.js/issues/4541)): fixed transparent background not appearing with dark mode by [@​Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4542](https://togithub.com/apexcharts/apexcharts.js/pull/4542) - CSV Export categoryFormatter and valueFormatter (**breaking change** as CSV export dateFormatter is replaced by categoryFormatter) - Fixed test coverage report failing to generate on Windows by [@​Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4544](https://togithub.com/apexcharts/apexcharts.js/pull/4544) - Replace deprecated `rollup-plugin-terser` with `@rollup/plugin-terser` by [@​poteboy](https://togithub.com/poteboy) in [https://github.com/apexcharts/apexcharts.js/pull/4547](https://togithub.com/apexcharts/apexcharts.js/pull/4547) - Updated actions/stale action by [@​Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4553](https://togithub.com/apexcharts/apexcharts.js/pull/4553) - Updated CodeQL by [@​Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4552](https://togithub.com/apexcharts/apexcharts.js/pull/4552) #### New Contributors - [@​ggrote](https://togithub.com/ggrote) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4538](https://togithub.com/apexcharts/apexcharts.js/pull/4538) - [@​poteboy](https://togithub.com/poteboy) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4547](https://togithub.com/apexcharts/apexcharts.js/pull/4547) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0 ### [`v3.49.2`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.49.2): πŸ’Ž Version 3.49.2 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2) #### What's Changed - Update fix for PR 4452 by [@​rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4470](https://togithub.com/apexcharts/apexcharts.js/pull/4470) - Stacked column totals dataLabel position fix (category X-axis). by [@​rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4482](https://togithub.com/apexcharts/apexcharts.js/pull/4482) - Fix issue [#​4471](https://togithub.com/apexcharts/apexcharts.js/issues/4471): path termination for irregular series. by [@​rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4483](https://togithub.com/apexcharts/apexcharts.js/pull/4483) - Remove declared but unused variables by [@​rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4495](https://togithub.com/apexcharts/apexcharts.js/pull/4495) - Restore Y axis highlighting during legend series mouseover. by [@​rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4496](https://togithub.com/apexcharts/apexcharts.js/pull/4496) - fix: fixed theme change from dark mode to light mode not working by [@​Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4505](https://togithub.com/apexcharts/apexcharts.js/pull/4505) - fix: prevent issues with tests running in non-TTY environments by [@​Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4510](https://togithub.com/apexcharts/apexcharts.js/pull/4510) - perf(tests): improved e2e test performance by up to 3x by [@​Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4515](https://togithub.com/apexcharts/apexcharts.js/pull/4515) - Fix responsive options failure in 3.49.1 by [@​rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4523](https://togithub.com/apexcharts/apexcharts.js/pull/4523) - Improved e2e test reliability by [@​Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4540](https://togithub.com/apexcharts/apexcharts.js/pull/4540) #### New Contributors - [@​Sebastian-Webster](https://togithub.com/Sebastian-Webster) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4505](https://togithub.com/apexcharts/apexcharts.js/pull/4505) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2 ### [`v3.49.1`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.49.1): πŸ’Ž Version 3.49.1 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.49.0...v3.49.1) #### πŸ†• Enhancements - New chart type - [Slope Chart](https://apexcharts.com/javascript-chart-demos/slope-charts/basic/) basic-slope-chart #### 🐞 Bug fixes - Fix issue #​4216: grid padding calculation to support array of stroke widths, thanks @​veryinsanee - Fix heatmap yaxis offset #​2033, thanks @​cart-before-horse - FIx types (yaxis.seriesName as an Array), thanks @​j2ghz - Remove redundant graphics.move() from end of lower rangeArea paths. - thanks @​rosco54 - Fix #​4386; pie chart size issue when given in percentage - Fix #​3827 - y-axis tooltip value in reversed - Fix #​4348 - dumbbell chart fix for timescale xaxis - Fix #​2251 - pie chart dataPointIndex when clicked - Fix #​4206 - datalabels in timeline chart - Revert PR #​4240 ### [`v3.49.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.49.0): πŸ’Ž Version 3.49.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.48.0...v3.49.0) #### 🐞 Bug fixes - Fix gradient fill glitches for series with nulls - by [@​rosco54](https://togithub.com/rosco54) - Fix point annotation still visible when referenced series is collapsed. - by [@​rosco54](https://togithub.com/rosco54) - Additional fixes for indexing errors using yaxis-series mappings after - by [@​rosco54](https://togithub.com/rosco54) - Fixed Issue [#​3525](https://togithub.com/apexcharts/apexcharts.js/issues/3525). - by [@​rosco54](https://togithub.com/rosco54) - added color evaluation function in Bar.js under stroke property - by [@​Digvijayrao-KF](https://togithub.com/Digvijayrao-KF) - Radar chart bugfix [#​4371](https://togithub.com/apexcharts/apexcharts.js/issues/4371) - Update zh-tw.json - by [@​iblislin](https://togithub.com/iblislin) - Fixed [#​4402](https://togithub.com/apexcharts/apexcharts.js/issues/4402) by [@​rosco54](https://togithub.com/rosco54) ### [`v3.48.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.48.0): πŸ’Ž Version 3.48.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.47.0...v3.48.0) #### πŸ†• Enhancements - Provide a "step before" version of the current "step after" line chart; Fixes [#​4313](https://togithub.com/apexcharts/apexcharts.js/issues/4313) - Use ShadowRoot getElementById() when in ShadowDOM; Thanks [@​cyraid](https://togithub.com/cyraid) #### 🐞 Bug fixes - Fixes [https://github.com/apexcharts/apexcharts.js/issues/4323](https://togithub.com/apexcharts/apexcharts.js/issues/4323) (multiple y-axis scale fixes for backward compatibility) - Zoomed scale fixes - In zoomed charts, ensure the Y axis scale fits the full min..max range of Y values - Fix css nonce attribute - Improve grid-rect to prevent bar overflowing on x-axis - When chart is type 'bar', ensure reference to zero is maintained - Fixes [https://github.com/apexcharts/apexcharts.js/issues/2757](https://togithub.com/apexcharts/apexcharts.js/issues/2757) (annotation overflow) - Fixes [https://github.com/apexcharts/apexcharts.js/issues/3073](https://togithub.com/apexcharts/apexcharts.js/issues/3073) (annotation overflow) - Fixes [https://github.com/apexcharts/apexcharts.js/issues/3421](https://togithub.com/apexcharts/apexcharts.js/issues/3421) (annotation overflow) - Fixes [https://github.com/apexcharts/apexcharts.js/issues/3553](https://togithub.com/apexcharts/apexcharts.js/issues/3553) (annotation overflow) - Fixes [https://github.com/apexcharts/apexcharts.js/issues/4081](https://togithub.com/apexcharts/apexcharts.js/issues/4081) (x-axis annotation fix in sparkline) Thanks [@​rosco54](https://togithub.com/rosco54) for multiple y-axis scale fixes ### [`v3.47.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.47.0): πŸ’Ž Version 3.47.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.46.0...v3.47.0) #### πŸ†• Enhancements - Map multiple series to the same y-axis scales (in a multi-axes chart) - fixes [#​4237](https://togithub.com/apexcharts/apexcharts.js/issues/4237) #### 🐞 Bug fixes - Area chart gradient drawing glitch; fixes [#​4271](https://togithub.com/apexcharts/apexcharts.js/issues/4271) - Point annotation fix when y-axis is not present (in case of sparkline or hidden y-axis) - When chart is type 'bar', ensure reference to zero is maintained Thanks [@​rosco54](https://togithub.com/rosco54) for y-axis scale improvements ### [`v3.46.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.46.0): πŸ’Ž Version 3.46.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.45.2...v3.46.0) #### πŸ†• Enhancements - Improve the y-axis scale tick generation - Thanks [@​rosco54](https://togithub.com/rosco54) - Added "+" and "x" markers - Thanks [@​MiguelsPizza](https://togithub.com/MiguelsPizza) - Add Belarusan cyrilic and latin locale - Thanks [@​hrynko](https://togithub.com/hrynko) #### 🐞 Bug fixes - Fix [#​4167](https://togithub.com/apexcharts/apexcharts.js/issues/4167) - shadow bug in multi-series chart - Fix [#​4242](https://togithub.com/apexcharts/apexcharts.js/issues/4242) - allow labels with Invalid text ### [`v3.45.2`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.45.2): πŸ’Ž Version 3.45.2 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.45.1...v3.45.2) #### πŸ†• Enhancements - Update pt.json - Thanks [@​artur309](https://togithub.com/artur309) - Add border-radius to treemap; fixes [#​4170](https://togithub.com/apexcharts/apexcharts.js/issues/4170) #### 🐞 Bug fixes - Fix the range-bar drawing bug when the value is 0 - Discard initialXRatio in normal category bar charts - fixes [#​4134](https://togithub.com/apexcharts/apexcharts.js/issues/4134) - Bring back original `curve: smooth` option for stroke as multiple people reported issues with `monotoneCubic` curve. ### [`v3.45.1`](https://togithub.com/apexcharts/apexcharts.js/compare/v3.45.0...4533365217eb99548c2145ed34eb793c08a48e5a) [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.45.0...v3.45.1) ### [`v3.45.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.45.0) [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.44.2...v3.45.0) #### πŸ†• Enhancements - New feature - yaxis.stepSize (fixes [https://github.com/apexcharts/apexcharts.js/issues/332](https://togithub.com/apexcharts/apexcharts.js/issues/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 ### [`v3.44.2`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.44.2): πŸ’Ž Version 3.44.2 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.44.1...v3.44.2) #### What's Changed - Fix stacked line charts regression bug; [https://github.com/apexcharts/apexcharts.js/issues/4132](https://togithub.com/apexcharts/apexcharts.js/issues/4132) ### [`v3.44.1`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.44.1): πŸ’Ž Version 3.44.1 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.44.0...v3.44.1) #### What's Changed - feat: Allow stack bar only by [@​JulienMalcouronne](https://togithub.com/JulienMalcouronne) in [https://github.com/apexcharts/apexcharts.js/pull/3891](https://togithub.com/apexcharts/apexcharts.js/pull/3891) - Bump [@​babel/traverse](https://togithub.com/babel/traverse) from 7.15.0 to 7.23.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apexcharts/apexcharts.js/pull/4065](https://togithub.com/apexcharts/apexcharts.js/pull/4065) - bug fix: allow brush with rangeBars by [@​davidchateau](https://togithub.com/davidchateau) in [https://github.com/apexcharts/apexcharts.js/pull/4071](https://togithub.com/apexcharts/apexcharts.js/pull/4071) - added a demo for rangebar brush by [@​davidchateau](https://togithub.com/davidchateau) in [https://github.com/apexcharts/apexcharts.js/pull/4085](https://togithub.com/apexcharts/apexcharts.js/pull/4085) - 🌐 Add malay locale by [@​iqfareez](https://togithub.com/iqfareez) in [https://github.com/apexcharts/apexcharts.js/pull/4087](https://togithub.com/apexcharts/apexcharts.js/pull/4087) - allow nonce values for style elements by [@​duhdugg](https://togithub.com/duhdugg) in [https://github.com/apexcharts/apexcharts.js/pull/4091](https://togithub.com/apexcharts/apexcharts.js/pull/4091) - Handle CSV export of the datetime multi-series with variable X-axes by [@​hrynko](https://togithub.com/hrynko) in [https://github.com/apexcharts/apexcharts.js/pull/4128](https://togithub.com/apexcharts/apexcharts.js/pull/4128) - Fix heatmap value attribute that caused issue in reversed y-axis heatmaps - [https://github.com/apexcharts/apexcharts.js/issues/4054](https://togithub.com/apexcharts/apexcharts.js/issues/4054) - Fix Incorrect GridLine - [https://github.com/apexcharts/apexcharts.js/issues/4037](https://togithub.com/apexcharts/apexcharts.js/issues/4037) - Fallback to straight line if the curve goes backwards in smooth line chart (https://github.com/apexcharts/apexcharts.js/commit/360324f5ec55541f26fa2f03c84026f91aadbf88) #### New Contributors - [@​JulienMalcouronne](https://togithub.com/JulienMalcouronne) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3891](https://togithub.com/apexcharts/apexcharts.js/pull/3891) - [@​davidchateau](https://togithub.com/davidchateau) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4071](https://togithub.com/apexcharts/apexcharts.js/pull/4071) - [@​iqfareez](https://togithub.com/iqfareez) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4087](https://togithub.com/apexcharts/apexcharts.js/pull/4087) - [@​duhdugg](https://togithub.com/duhdugg) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4091](https://togithub.com/apexcharts/apexcharts.js/pull/4091) - [@​hrynko](https://togithub.com/hrynko) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4128](https://togithub.com/apexcharts/apexcharts.js/pull/4128) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.44.0...v3.44.1 ### [`v3.44.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.44.0): πŸ’Ž Version 3.44.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.43.0...v3.44.0) ##### πŸ†• Enhancements - improve sparkline paddings on top and bottom - improve line smoothing to avoid backward curve [fixes](https://togithub.com/apexcharts/apexcharts.js/commit/b1621d58493194677ba5c40aa3031e2864d2e331) [https://github.com/apexcharts/apexcharts.js/issues/4063](https://togithub.com/apexcharts/apexcharts.js/issues/4063) ##### 🐞 Bug Fixes - fix default bg color in dark theme [fixes](https://togithub.com/apexcharts/apexcharts.js/commit/ebd7c8fccb0fcacb511f2185419254c454bd2903) [https://github.com/apexcharts/apexcharts.js/issues/4062](https://togithub.com/apexcharts/apexcharts.js/issues/4062) - fix xposition in rangebar charts (for tooltips) \[commit] (https://github.com/apexcharts/apexcharts.js/commit/0130bb1901734c0b0ebbcde1e6d062e2e1ed6dd5) - prevent markers from hiding on the top and the bottom of the drawing area ### [`v3.43.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.43.0): πŸ’Ž Version 3.43.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.42.0...v3.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](https://togithub.com/apexcharts/apexcharts.js/issues/2033) - fix: hover and click on legend series by [@​maciej-ka](https://togithub.com/maciej-ka) in [https://github.com/apexcharts/apexcharts.js/pull/3967](https://togithub.com/apexcharts/apexcharts.js/pull/3967) - docs: improve how to contribute by [@​maciej-ka](https://togithub.com/maciej-ka) in [https://github.com/apexcharts/apexcharts.js/pull/3951](https://togithub.com/apexcharts/apexcharts.js/pull/3951) - Bugfix: Double rendering of labels by [@​abi-spyro](https://togithub.com/abi-spyro) in [https://github.com/apexcharts/apexcharts.js/pull/3998](https://togithub.com/apexcharts/apexcharts.js/pull/3998) - datalabels issue when hideZeroBarsWhenGrouped is true; fixes [#​4000](https://togithub.com/apexcharts/apexcharts.js/issues/4000) - Added type to colorStops in ApexFill by [@​consvic](https://togithub.com/consvic) in [https://github.com/apexcharts/apexcharts.js/pull/3999](https://togithub.com/apexcharts/apexcharts.js/pull/3999) - fix: detect positioning for leftmost values by [@​akozenko](https://togithub.com/akozenko) in [https://github.com/apexcharts/apexcharts.js/pull/4012](https://togithub.com/apexcharts/apexcharts.js/pull/4012) - Expose 'isSeriesHidden' to public methods by [@​bdavis2-PCTY](https://togithub.com/bdavis2-PCTY) in [https://github.com/apexcharts/apexcharts.js/pull/4015](https://togithub.com/apexcharts/apexcharts.js/pull/4015) #### New Contributors - [@​maciej-ka](https://togithub.com/maciej-ka) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3967](https://togithub.com/apexcharts/apexcharts.js/pull/3967) - [@​abi-spyro](https://togithub.com/abi-spyro) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3998](https://togithub.com/apexcharts/apexcharts.js/pull/3998) - [@​consvic](https://togithub.com/consvic) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3999](https://togithub.com/apexcharts/apexcharts.js/pull/3999) - [@​akozenko](https://togithub.com/akozenko) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4004](https://togithub.com/apexcharts/apexcharts.js/pull/4004) - [@​bdavis2-PCTY](https://togithub.com/bdavis2-PCTY) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4015](https://togithub.com/apexcharts/apexcharts.js/pull/4015) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.41.1...v3.43.0 ### [`v3.42.0`](https://togithub.com/apexcharts/apexcharts.js/compare/v3.41.1...ee883ba01fd6689d46a71b2caac8fa5ccb1ec356) [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.41.1...v3.42.0) ### [`v3.41.1`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.41.1): πŸ’Ž Version 3.41.1 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.41.0...v3.41.1) #### What's Changed - remove style injection as attribute in bar charts (csp style-src fix) by [@​refamila](https://togithub.com/refamila) in [https://github.com/apexcharts/apexcharts.js/pull/3886](https://togithub.com/apexcharts/apexcharts.js/pull/3886) - Feat: trimmed treemap labels by [@​mabolen](https://togithub.com/mabolen) in [https://github.com/apexcharts/apexcharts.js/pull/3926](https://togithub.com/apexcharts/apexcharts.js/pull/3926) - Added type of string array to brush targets. by [@​vargemp](https://togithub.com/vargemp) in [https://github.com/apexcharts/apexcharts.js/pull/3916](https://togithub.com/apexcharts/apexcharts.js/pull/3916) - fixes [#​3691](https://togithub.com/apexcharts/apexcharts.js/issues/3691) legend custom colors - fix gridline issue in rangeArea fixes [https://github.com/apexcharts/apexcharts.js/issues/3869](https://togithub.com/apexcharts/apexcharts.js/issues/3869) - fix rounding issue in polar charts fixes [https://github.com/apexcharts/apexcharts.js/issues/3945](https://togithub.com/apexcharts/apexcharts.js/issues/3945) - fix csv export when series is collapsed fixes [https://github.com/apexcharts/apexcharts.js/issues/3944](https://togithub.com/apexcharts/apexcharts.js/issues/3944) - fix runtime error when all series are collapsed fixes [https://github.com/apexcharts/apexcharts.js/issues/3924](https://togithub.com/apexcharts/apexcharts.js/issues/3924) #### New Contributors - [@​refamila](https://togithub.com/refamila) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3886](https://togithub.com/apexcharts/apexcharts.js/pull/3886) - [@​mabolen](https://togithub.com/mabolen) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3926](https://togithub.com/apexcharts/apexcharts.js/pull/3926) - [@​vargemp](https://togithub.com/vargemp) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3916](https://togithub.com/apexcharts/apexcharts.js/pull/3916) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.41.0...v3.41.1 ### [`v3.41.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.41.0): πŸ’Ž Version 3.41.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.40.0...v3.41.0) #### What's new - New chart type - [FUNNEL CHARTS](https://apexcharts.com/javascript-chart-demos/funnel-charts/) Screenshot 2023-06-11 at 9 06 25 PM #### What's Changed * [bugfix]: [fix rangeBarGroupRows for range columns](https://togithub.com/apexcharts/apexcharts.js/commit/95239fe710f643ba0ba38861661285a54e077bc6) * Danish locale [da] by @​ulrik[https://github.com/apexcharts/apexcharts.js/pull/3817](https://togithub.com/apexcharts/apexcharts.js/pull/3817)l/3817 * [bugfix]: set Null values to 0 when cnf.chart.stacked by @​normannMar[https://github.com/apexcharts/apexcharts.js/pull/3813](https://togithub.com/apexcharts/apexcharts.js/pull/3813)l/3813 * Fix for numeric series names by @​MHewis[https://github.com/apexcharts/apexcharts.js/pull/3770](https://togithub.com/apexcharts/apexcharts.js/pull/3770)l/3770 #### New Contributors * @​ulrikjo made their first contributi[https://github.com/apexcharts/apexcharts.js/pull/3817](https://togithub.com/apexcharts/apexcharts.js/pull/3817)l/3817 * @​normannMarit made their first contributi[https://github.com/apexcharts/apexcharts.js/pull/3813](https://togithub.com/apexcharts/apexcharts.js/pull/3813)l/3813 * @​MHewison made their first contributi[https://github.com/apexcharts/apexcharts.js/pull/3770](https://togithub.com/apexcharts/apexcharts.js/pull/3770)l/3770 **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.40.0...v3.41.0 ### [`v3.40.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.40.0): πŸ’Ž Version 3.40.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/350345d5e9554431be8bd041f923941c826e5252...v3.40.0) #### What's new - New chart type - [Dumbbell Chart](https://apexcharts.com/javascript-chart-demos/column-charts/dumbbell-chart/) & [Horizontal Dumbbell Chart](https://apexcharts.com/javascript-chart-demos/timeline-charts/dumbbell-chart-horizontal/) ![fc3noor2 (2)](https://user-images.githubusercontent.com/17950663/235448704-016b9f54-5fc0-4b08-9ddb-2fd7e7774b3c.svg) ![fc3noor2 (1)](https://user-images.githubusercontent.com/17950663/235448717-94ebec3a-a6bf-44f2-8d55-8c954061800f.svg) - 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](https://togithub.com/apexcharts/apexcharts.js/issues/2258) by [@​AdinoWayne](https://togithub.com/AdinoWayne) in [https://github.com/apexcharts/apexcharts.js/pull/3680](https://togithub.com/apexcharts/apexcharts.js/pull/3680) - fix: don't render markers outside graph area by [@​leinonen](https://togithub.com/leinonen) in [https://github.com/apexcharts/apexcharts.js/pull/3679](https://togithub.com/apexcharts/apexcharts.js/pull/3679) - Prevent stuck tooltip for line & candlestick charts by [@​ettoredn](https://togithub.com/ettoredn) in [https://github.com/apexcharts/apexcharts.js/pull/3664](https://togithub.com/apexcharts/apexcharts.js/pull/3664) - Bump webpack from 5.3.2 to 5.76.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apexcharts/apexcharts.js/pull/3709](https://togithub.com/apexcharts/apexcharts.js/pull/3709) - Fixes empty getElMarkers() for all series when any series has discrete markers and a global size is set by [@​idpaterson](https://togithub.com/idpaterson) in [https://github.com/apexcharts/apexcharts.js/pull/3715](https://togithub.com/apexcharts/apexcharts.js/pull/3715) - Feat/grouped stacked bars by [@​junedchhipa](https://togithub.com/junedchhipa) in [https://github.com/apexcharts/apexcharts.js/pull/3764](https://togithub.com/apexcharts/apexcharts.js/pull/3764) - Bump nunjucks from 3.2.1 to 3.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apexcharts/apexcharts.js/pull/3780](https://togithub.com/apexcharts/apexcharts.js/pull/3780) #### New Contributors - [@​AdinoWayne](https://togithub.com/AdinoWayne) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3680](https://togithub.com/apexcharts/apexcharts.js/pull/3680) - [@​leinonen](https://togithub.com/leinonen) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3679](https://togithub.com/apexcharts/apexcharts.js/pull/3679) - [@​ettoredn](https://togithub.com/ettoredn) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3664](https://togithub.com/apexcharts/apexcharts.js/pull/3664) - [@​idpaterson](https://togithub.com/idpaterson) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/3715](https://togithub.com/apexcharts/apexcharts.js/pull/3715) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.37.0...v3.40.0 ### [`v3.39.0`](https://togithub.com/apexcharts/apexcharts.js/compare/be19d34c781d520f917ed217999d44fc93f766d4...350345d5e9554431be8bd041f923941c826e5252) [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/be19d34c781d520f917ed217999d44fc93f766d4...350345d5e9554431be8bd041f923941c826e5252) ### [`v3.38.0`](https://togithub.com/apexcharts/apexcharts.js/compare/6e4968abddd3d5259f0dd086bf06da92b7321b66...be19d34c781d520f917ed217999d44fc93f766d4) [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/6e4968abddd3d5259f0dd086bf06da92b7321b66...be19d34c781d520f917ed217999d44fc93f766d4) ### [`v3.37.3`](https://togithub.com/apexcharts/apexcharts.js/compare/745e10bcf9cfef49b61de18a65c92923535caefb...6e4968abddd3d5259f0dd086bf06da92b7321b66) [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/745e10bcf9cfef49b61de18a65c92923535caefb...6e4968abddd3d5259f0dd086bf06da92b7321b66) ### [`v3.37.2`](https://togithub.com/apexcharts/apexcharts.js/compare/c5785f710ef5d36519d235d1a219cfe7c1062f74...745e10bcf9cfef49b61de18a65c92923535caefb) [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/c5785f710ef5d36519d235d1a219cfe7c1062f74...745e10bcf9cfef49b61de18a65c92923535caefb) ### [`v3.37.1`](https://togithub.com/apexcharts/apexcharts.js/compare/v3.37.0...c5785f710ef5d36519d235d1a219cfe7c1062f74) [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.37.0...c5785f710ef5d36519d235d1a219cfe7c1062f74) ### [`v3.37.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.37.0): πŸ’Ž Version 3.37.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/f63578b9b10057aa44bb1bb038391420560bf26b...v3.37.0) ##### πŸ†• Enhancements - Changed border-radius implementation -[ Credits to Yona Appletree ](src/modules/Graphics.js) - [improve annotations; allow annotation to be drawn by px](https://togithub.com/apexcharts/apexcharts.js/commit/cec7a8bfed76aa5625ec17aca533069507688b3e) ##### 🐞 Bug Fixes - Yaxis title offset when horizontal - fixes [https://github.com/apexcharts/apexcharts.js/issues/3336](https://togithub.com/apexcharts/apexcharts.js/issues/3336) - Reversed y-axis in stacked bars - fixes [#​3427](https://togithub.com/apexcharts/apexcharts.js/issues/3427) - Fix undefined elGridBorders in pie chart -(https://github.com/apexcharts/apexcharts.js/commit/829a1be15da52322502183935d36ceafa6c26c3e) [fixes](https://togithub.com/apexcharts/apexcharts.js/commit/829a1be15da52322502183935d36ceafa6c26c3e) [https://github.com/apexcharts/apexcharts.js/issues/3472](https://togithub.com/apexcharts/apexcharts.js/issues/3472) - [hide gridBorders in sparklines](https://togithub.com/apexcharts/apexcharts.js/commit/52c4a57945b6d00775c3f5f685402b58c25e9d5c) - [Fix x-axis tick alignment](https://togithub.com/apexcharts/apexcharts.js/commit/090c68334c0b5f37b2c0d37ccc29cb4dfa0794b2) - [rangebar x-axis datetime -](https://togithub.com/apexcharts/apexcharts.js/commit/c34faaf6d5206de3b427acfde0236f4bdc49a9f1) [fixes](https://togithub.com/apexcharts/apexcharts.js/commit/c34faaf6d5206de3b427acfde0236f4bdc49a9f1) [https://github.com/apexcharts/apexcharts.js/issues/3514](https://togithub.com/apexcharts/apexcharts.js/issues/3514) - [fix NaN values -](https://togithub.com/apexcharts/apexcharts.js/commit/cc70384fffd6e855381be4729722481147967211) [fixes](https://togithub.com/apexcharts/apexcharts.js/commit/cc70384fffd6e855381be4729722481147967211) [https://github.com/apexcharts/apexcharts.js/issues/3610](https://togithub.com/apexcharts/apexcharts.js/issues/3610) - [NaN bug in bars with rounded corners -](https://togithub.com/apexcharts/apexcharts.js/commit/9b01e317d392971d930efcda919b69d49cc205f4) [fixes](https://togithub.com/apexcharts/apexcharts.js/commit/9b01e317d392971d930efcda919b69d49cc205f4) [https://github.com/apexcharts/apexcharts.js/issues/3615](https://togithub.com/apexcharts/apexcharts.js/issues/3615) - [bring back xaxis gridlines -](https://togithub.com/apexcharts/apexcharts.js/commit/0e598a7cdc7a51e3c3cd6743c95efed5775b847f) [fixes](https://togithub.com/apexcharts/apexcharts.js/commit/0e598a7cdc7a51e3c3cd6743c95efed5775b847f) [https://github.com/apexcharts/apexcharts.js/issues/3580](https://togithub.com/apexcharts/apexcharts.js/issues/3580)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.