Skip to content
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

Multiple series data updates, without redraw cause charts to break #18750

Closed
skrtheboss opened this issue Mar 28, 2023 · 2 comments
Closed

Multiple series data updates, without redraw cause charts to break #18750

skrtheboss opened this issue Mar 28, 2023 · 2 comments
Labels
Status: Has workaround Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. Type: Bug

Comments

@skrtheboss
Copy link

Expected behaviour

Updating series data multiple times without redrawing the chart, should not result in a broken chart.

Actual behaviour

When series data is updated without redrawing the chart in between each update call, then the chars breaks.

Live demo with steps to reproduce

Last working version I found is 6.0.7:
https://jsfiddle.net/4ryjb5Lq/1/

Stopped working in 6.1.4, could not test ( 6.1.0 - 6.1.3 ):
https://jsfiddle.net/4ryjb5Lq/2/

And is still broken in 10.3.3:
https://jsfiddle.net/4ryjb5Lq/3/

Probably related to #17989

Product version

Broken since 6.1.4 and still is in 10.3.3

Affected browser(s)

All

@bm64
Copy link
Member

bm64 commented Mar 30, 2023

Hello @skrtheboss and thanks for reporting the issue.

Workaround from the related ticket, which is adding id property to each series, seems to also work in this case: https://jsfiddle.net/BlackLabel/z7oh2cdt/

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!

@github-actions github-actions bot added the Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. label Sep 28, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Has workaround Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants