superman66 / vue-highcharts

The Component of Vue 2.x for highcharts
https://codesandbox.io/s/jjyqvv0k13
MIT License
115 stars 48 forks source link

Cannot use Highstock #12

Closed SnowWalkerJ closed 6 years ago

SnowWalkerJ commented 7 years ago

I think there is a problem here: this.chart = new _Highcharts.Chart(this.$el, this.options);(VueHighcharts.vue line 56) for that Highstock use stockChart instead of Chart. With this, the output is pure highstock even if Highstock class is passed in.

superman66 commented 7 years ago

thanks for your pr