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

Zone Feature is not working on version 11.3(regression) #20569

Closed
fariaNawrine opened this issue Feb 1, 2024 · 1 comment · Fixed by #20558
Closed

Zone Feature is not working on version 11.3(regression) #20569

fariaNawrine opened this issue Feb 1, 2024 · 1 comment · Fixed by #20558

Comments

@fariaNawrine
Copy link

Expected behavior

Zone Feature should work on version 11.3

Actual behavior

For line chart if we use zone feature, its displaying only one line instead of all series lines as expected.

Version 11.3(not working)

https://codepen.io/Faria-Nawrine-the-solid/pen/dyrmWQP

Version 11.2(working)

https://codepen.io/Faria-Nawrine-the-solid/pen/abMYWOj?editors=1010

Affected browser(s)

all

@highsoft-bot highsoft-bot added this to To do in Development-Flow via automation Feb 1, 2024
@hubertkozik
Copy link
Member

Hi @fariaNawrine!
You have found another usage of the wrong code but with the same root cause as in #20440. After refactoring, the zones object copy on series was shallow, not deep, what creates an issue.

I've prepared a workaround for your issue, if you want to use it in your project, simply copy-paste the IIFE function.
Live demo with a workaround: https://codepen.io/hubertkozik/pen/gOEeJdM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants