highcharts / highcharts-vue

Other
686 stars 150 forks source link

Pie chart with all zeros as series data - Highcharts is not defined #150

Closed mt-dev44 closed 4 years ago

mt-dev44 commented 4 years ago

Since the update of highcharts from 8.1.0 to 8.1.*, I receive a highcharts is not defined error when rendering a pie with data of all zeros (waiting for data from an api call).

I have reproduced this here .

If you change the dependency to 8.1.0 it will render an empty pie; however with 8.1.2 you can see the errors in the console.

So far, the pie is the only one I have seen with this functionality break.

pawelfus commented 4 years ago

Thanks for reporting the issue @jgraham44

It's a bug in the core, take a look: https://github.com/highcharts/highcharts/issues/13710

Closing as a duplicate.

mt-dev44 commented 4 years ago

Thanks for the information! Sorry for the false alarm.