Pie chart gets re rendered everytime on clicking checkbox , selecting different values from dropdown #3784
Unanswered
nomanfaraz786
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pie chart always gets re rendered
I have added below code to my chart options:
chart:{ redrawOnWindowResize: false, redrawOnParentResize: false, }
Still it always gets re rendered and is causing a bad user experience as if its updating although it isnt.The data is same only still the chart gets re rendered when other charts are updating their series/options.
Please provide some solution to this.
Beta Was this translation helpful? Give feedback.
All reactions