apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.03k stars 1.28k forks source link

Issue with area not filling correctly when dynamic animation applied #4518

Open Jelly-exe opened 3 weeks ago

Jelly-exe commented 3 weeks ago

Description

The bug is mentioned in this issue, but that was closed without a resolution, even though in the SVG.js issue a solution was provided.

https://github.com/apexcharts/apexcharts.js/issues/442 https://github.com/svgdotjs/svg.js/issues/979

Steps to Reproduce

Not my codepen, but from original issue https://codepen.io/marciosalinodias/pen/PLrwRK

Expected Behavior

The area morphs in a way in which it matches the line above

Actual Behavior

Weird snapping and morphing, for my usecase its impossible to use as it looks completely broken.

Screenshots

image

Reproduction Link

https://codepen.io/marciosalinodias/pen/PLrwRK

rosco54 commented 3 weeks ago

This is a duplicate of issue #4463