VueN echarts based on https://echarts.apache.org/zh/index.html
Echarts component for vue.
document: https://xiashan.github.io/vueN-echarts/
npm i vuen-echarts --save
or
yarn add vuen-echarts
import to use:
import NoxEcharts from 'vuen-echarts'
Props | Type | Default | Description |
---|---|---|---|
config | Object | { title, subtitle, legendLightCount, // // 默认显示几条线 legendScroll // legend太长出现滚动效果 } |
|
data | Array | ||
initOptions | Object | { devicePixelRatio, renderer, width, height } | |
theme | Object or String | shine | |
autoresize | Boolean | true | |
manualUpdate | Boolean | false | 是否手动更新 |