Why does changing a chart type inherit the intially rendered charts styling? #2814
Unanswered
JasonHeyburgh
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.
-
Hello, I am trying to update the chart type after initial render but the default styling goes out of wack when selecting a different chart.
I am updating the chart using:
chart.updateOptions({ chart: { type: 'chartType' } })
Here is an example of my code, is this a bug or am I just doing something incorrectly?
https://codepen.io/MrShibumi/pen/poWyeQm
Beta Was this translation helpful? Give feedback.
All reactions