tui-vue-highcharts

0.0.2 • Public • Published

tui-vue-highcharts

a vue highcharts component dependence on highcharts

Install

npm i tui-vue-highcharts

Usage

import highcharts from 'tui-vue-highcharts'
Vue.component('highcharts', highcharts)
<template>
  <highcharts :options="options"></highcharts>
</template>
<script>
export default {
  data() {
    return {
      options: {
        series: [
          { name: 'Other',
            data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111]
          }
        ],
      }
    }
  },
}
</script> 

Props

Name Desc Type Default
options highcharts options object -

Options

dependence highcharts

options

Readme

Keywords

Package Sidebar

Install

npm i tui-vue-highcharts

Weekly Downloads

3

Version

0.0.2

License

ISC

Unpacked Size

412 kB

Total Files

5

Last publish

Collaborators

  • babytutu