-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.46.0 causes Area Chart Gradient to "Glitch" when Hiding / Showing Data Series #4271
Version 3.46.0 causes Area Chart Gradient to "Glitch" when Hiding / Showing Data Series #4271
Comments
Looking at this now. Just noting, as a clue to what might be going on, that it doesn't appear when the stroke curve is set to straight line. |
@rosco54 Thanks so much! |
@rosco54 Sorry to bother, but it seems like this is still happening on version 3.48.0 when the data series contains null values as you can see in the updated codepen: https://codepen.io/thimows/pen/WNmVyWb Is it possible that this edge case is not accounted for? |
I did not specifically consider that edge case. There were plenty of other
edge cases that were caught though but I needed to get the main fixes out.
This update closed 7 or 8 additional issues as well. I will take a look at
this one ASAP.
…On Wed, 20 Mar 2024, 9:15 am Thimows, ***@***.***> wrote:
@rosco54 <https://github.com/rosco54> Sorry to bother, but it seems like
this is still happening on *version 3.48.0* when the data series contains
null values as you can see in the updated codepen:
https://codepen.io/thimows/pen/WNmVyWb
Is it possible that this edge case is not accounted for?
—
Reply to this email directly, view it on GitHub
<#4271 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGBUF42KZDTLKLTR3LM2VI3YZC2HTAVCNFSM6AAAAABD2PV2OOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBYGI2DMMBVGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@junedchhipa @Thimows this issue exists in all revisions since at least 3.40.0, so I'm not treating it as high priority for me, although I will probably not be able to resist pushing further with it. Just don't expect a PR on this one from me. |
Description
When hiding or showing certain series in an Area chart, the gradient of the series starts to glitch and causes artifacts within the gradient of the series.
Steps to Reproduce
Expected Behavior
The chart animates smoothly as seen on version 3.45.2 and below
Actual Behavior
The charts renders correctly, but hiding/showing data series is very glitchy and causes artifacts in the gradient of the series
Screenshots
Link to reproduce: https://codepen.io/thimows/pen/WNmVyWb
2024-02-26.om.17.07.45.mov
The text was updated successfully, but these errors were encountered: