1.0.2 • Published 3 years ago

ld-echarts-js v1.0.2

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

ld-echarts-js

ld-echarts

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

安装

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

Add package to your project

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

Add LdEchartsJS component to your project

<script>
import * as ldechartsjs from 'ld-echarts-js'

export default {
  data() {
    return {
    }
  },
  methods: {
	  ...ldechartsjs
  }
}
</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.0.0

init

1.0.1

样式调整

1.0.2

readme

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago