weizhenye/vue-highcharts

why highstocks use this method does not take effect

wen-dong opened this issue · 1 comments

import Vue from 'vue'
import vueHighcharts from 'vue-highcharts';

import Highcharts from 'highcharts';
import loadStock from 'highcharts/modules/stock';
loadStock(Highcharts);

export default () => {
Vue.use(vueHighcharts, { Highcharts })
}

Please provide more information. What do you want to do? What's the result or error you got from above code?