highcharts / highcharts-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM version is updated to 1.4.1 but not in releases

onurusluca opened this issue · comments

I can see that I can update to "highcharts-vue": "^1.4.1" so I did but without changing any code at all, I get the following error:

For using chart.showLoading() or chart.hideLoading(), getting chart.value.chart.showLoading is not a function .

Is 1.4.1 not official? A mistake?

For anyone getting same error, just downgrade to 1.4.0.

Thanks for reporting! You're right, it's a bug introduced in 1.4.1.

This has already been reported here: #235

It's been fixed on this repository, but not yet published on the npm. We'll publish it as soon as we can.

In the meantime you could just install this package from GitHub and not from NPM.

@jakubSzuminski Got it! Thank you.
npm i highcharts-vue@1.4.0 also works.

Hi, just wanted to let you know that it has been fixed with the latest version (1.4.2). Feel free to use it! :)
Here's a small example: https://codesandbox.io/s/vue-3-composition-api-demo-forked-286m7d

@jakubSzuminski Thank you so much for informing me. Appreciate it!