1.1.2 • Published 4 years ago

vuen-echarts v1.1.2

Weekly downloads
12
License
ISC
Repository
github
Last release
4 years ago

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 --save

or

yarn add vuen-echarts

import to use:

import NoxEcharts from 'vuen-echarts'

Props

PropsTypeDefaultDescription
configObject{ title, subtitle, legendLightCount, // // 默认显示几条线legendScroll // legend太长出现滚动效果}
dataArray
initOptionsObject{ devicePixelRatio, renderer, width, height }
themeObject or Stringshine
autoresizeBooleantrue
manualUpdateBooleanfalse是否手动更新
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1-rc4

4 years ago

1.0.1-rc3

4 years ago

1.0.1-rc2

4 years ago

1.0.1-rc1

4 years ago

1.0.1

4 years ago

1.0.0-rc.1

4 years ago