Highcharts 12 "more" won't work (workaround included) #79
ver1000000
started this conversation in
Ideas
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.
-
Highcharts 12
On Highcharts 12 extended set of charts [more] doesn't work.


My code looks like
I see it was addressed in #63 with solution like
and it did't work for me.
Solution
So I tried another approach:
Basically you remove
more
attribute and import 'highcharts/highcharts-more'At the same time it might not work with SSR even if you wrap with

<ClientOnly>
:In this case I just used async loading of component.
This might be helpful for who faced the same issue with new version of Highcharts.
Highmaps
Unfortunately I wasn't able to solve the problem with maps


Beta Was this translation helpful? Give feedback.
All reactions