1.1.5 • Published 5 years ago

vue-echarts-tcsl v1.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

vue-echarts-tcsl

基于echarts4.X的图表组件库 vue-echarts-tcsl

Install

npm install -g vue-echarts-tcsl

Quick Start

一、全部引入

import Vue from 'vue'
import vEchartsTcsl from 'vue-echarts-tcsl';
Vue.use(vEchartsTcsl);

# In the template (all)
<vue-echarts-tcsl></vue-echarts-tcsl>

二、按需引入

import Vue from 'vue'
import Line from 'vue-echarts-tcsl';
# 组件注册
Vue.component(Target.name, Target);

# In the template (module)
# 按照不同类型使用不同类型标签(例:线形图使用dc-chart-template-line)
<dc-chart-template-line></dc-chart-template-line>

Props

nametyperequiredinstruction
chartTypeStringtrue图表类型(按需引入不需要)
chartDataObjecttrue图表数据
titleStringtrue图表标题
specialIdStringtrue图表ID(不可重复)
themeStringtrue图表主题(blue/orange/purple)

Changelog

Detailed changes for each release are documented in the release notes.

Special Thanks

HankWangv5.

ZhangDongliang123.

YueQuanXiaoChe.

YuMay2009.

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3-alpha

5 years ago

1.1.2-alpha

5 years ago

1.1.1-alpha

5 years ago

1.1.0-alpha

5 years ago

1.0.5-alpha

5 years ago

1.0.4-alpha

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago