vuen-echarts
v1.1.2
Published
vue echarts
Readme
vueN-echarts
VueN echarts based on https://echarts.apache.org/zh/index.html
Echarts component for vue.
document: https://xiashan.github.io/vueN-echarts/
Installation
npm i vuen-echarts --saveor
yarn add vuen-echartsimport to use:
import NoxEcharts from 'vuen-echarts'Props
| 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 | 是否手动更新 |
