Closed RemiDesgrange closed 5 years ago
Thank you for reporting the issue. I'm not able to reproduce the issue, and definitely need more information, or even minimal demo where the problem occurs. As you can see on the example below, everything works fine.
Live example: https://codesandbox.io/s/highcharts-vue-demo-ovesz
Ok closing. Sorry for the inconvenience, my data was badly formated, in table I pass to series data there was a timestamp specified, I think windbarb plugin didn't like it.
I have a nuxt js project working fine with highcharts. I wanted to use "windbarb" series type, so I did as follow, in
plugins/highcharts.js
It makes my app crashing in the browser (in nuxt.js I disabled ssr rendering). Any idea how I can make it work ? thanks.