TypeError: can't access property "doc", a is undefined #70
Unanswered
dzhuravkov
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure, perhaps chart options need to be defined and passed to the highstock component? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I get this error (TypeError: can't access property "doc", a is undefined) when I am trying to use the highstock component. If I use highchart or highmap I don't have an issue. Also, I tried to use ClientOnly and v-if state with a button that can show/hide the chart.
my package.json main info:
component:
nuxt.config:
Maybe you have an idea of how I can solve this issue. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions