highcharts / highcharts-vue

Other
686 stars 150 forks source link

Composition API #221

Closed ObjectAssign closed 1 year ago

ObjectAssign commented 2 years ago

This does not work well with the new VUE composition API

Also, how do I enable boost mode?

ObjectAssign commented 1 year ago

Bump

Denyllon commented 1 year ago

Hello @ObjectAssign,

Unfortunately this wrapper does not support the Vue Composition API yet. We've plans to implement some improvements in the near future. Regarding the boost module, it should be able turn on the same way as any other module.

In case of any further questions, feel free to ask them.

API Docs: https://github.com/highcharts/highcharts-vue#importing-highcharts-modules

Kind regards!

jszuminski commented 1 year ago

Hi @ObjectAssign,

I just wanted to let you know that we've published the latest version of the highcharts-vue package which now offers full support for Composition API.

You can take a look at the demo we've included in the demo-v3 folder in this repo to see an example of usage.

Do not hesitate to ask in case you have any problems with this.