Closed JeongYunLee closed 1 year ago
Hi,
Thanks for the question! However, you're not using our wrapper, but vue3-highcharts
which we have nothing in common with.
I see you're using Vue3 with Composition API. We're currently working on publishing the Composition API support to the npmjs, but for now the code with support is available on our GitHub. The updated package will be deployed by the end of this week so you can wait for it and get the official Vue wrapper for Highcharts with full support.
As I am unable to give you any information on why it doesn't work in your case I can only tell you that all Highcharts series work normally with our highcharts-vue
wrapper.
Take a look here: https://codesandbox.io/s/highcharts-vue-demo-forked-mj3jz0
I'll let you know when we publish Composition API so you can switch to our officially supported wrapper.
Hi @JeongYunLee,
Just wanted to let you know that we've just published the 1.4.1 version of the highcharts-vue
package which offers full support for Composition API so there's no need anymore to use unofficial plugins.
You can take a look at the demo-v3
folder in this repository to see an example of usage with Composition API.
Let me know if that works for you! All suggestions highly appreciated.
when i run this code, I have
Error: Highcharts error #17:
errors. I thinkimport
part in script setup has some problem, but i don't know how to fix. does vue-highcharts not support networkgraph??