1.3.3 • Published 3 years ago

ld-echarts v1.3.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ld-echarts

  • 作者:niuguimin
  • 邮箱:niuguimin@sdnydb.com
  • 版本:1.3.2

安装

ld-* 组件 命名空间统一为 ld-,请使用以下命令进行组件安装。

Add package to your project

npm install ld-echarts --save
or
yarn install ld-echarts --save

Add LdEcharts component to your project

<script>
import { BarChart } from 'ld-echarts'

export default {
  components: { BarChart },
  data() {
    return {
    }
  },
}
</script>

Example

You can clone this project and start example locally with these commands. It's in the dev folder.

npm install
npm run serve

Code

https://github.com/ngm-Irelia/ld-echarts

包含demo文件,可运行查看

Change logs

1.1.1

init

1.3.2

支持柱状图,横向柱状图,折线图,饼图

1.3.3

readme

1.3.3

3 years ago

1.3.2

3 years ago

1.2.2

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.1

3 years ago