Skip to content

xiashan/vueN-echarts

Repository files navigation

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

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 是否手动更新

About

vue echarts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published