vue-highstock

highstock/highcharts for vue2


License
MIT
Install
npm install vue-highstock@0.0.1

Documentation

vue-highstock

highstock (or highcharts) component for vue2

Install

npm install vue-highstock

Usage in Vue component

<high-stock :options="options" :key="options.title.text"></high-stock>
import highstock from 'highcharts/highstock'
import vueHightstock from 'vue-highstock'

export default {
  components: {
    highStock: vueHightstock(highstock, {
      // highstock global options here
    })
  }
}