We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using chart.update to update series, new shadow should be applied to them from the options argument (if present).
chart.update
Shadow is not applied.
https://codepen.io/ElStaino/pen/NWyRjvm?editors=1011 Click on 'Update Chart' button.
Highcharts JS v10.1.0
Google Chrome Version 100.0.4896.88 (Official Build) (x86_64)
The text was updated successfully, but these errors were encountered:
Hello @Leonidas51, thanks for reporting this bug! Simplified demo: https://jsfiddle.net/BlackLabel/g6xmskrd/
Sorry, something went wrong.
It's because shadowGroup is not preserved.
shadowGroup
Workaround and a potential fix: preserve shadowGroup, line 30: https://jsfiddle.net/BlackLabel/vpLnh3w2/
Fixed #17288, shadowGroup was not applied after the series update.
136a692
7ae941e
hubertkozik
Successfully merging a pull request may close this issue.
Expected behaviour
When using
chart.update
to update series, new shadow should be applied to them from the options argument (if present).Actual behaviour
Shadow is not applied.
Live demo with steps to reproduce
https://codepen.io/ElStaino/pen/NWyRjvm?editors=1011
Click on 'Update Chart' button.
Product version
Highcharts JS v10.1.0
Affected browser(s)
Google Chrome Version 100.0.4896.88 (Official Build) (x86_64)
The text was updated successfully, but these errors were encountered: