Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webpack 集成 ECharts 实现按需 require #5

Open
luqin opened this issue Aug 13, 2015 · 0 comments
Open

webpack 集成 ECharts 实现按需 require #5

luqin opened this issue Aug 13, 2015 · 0 comments

Comments

@luqin
Copy link
Owner

luqin commented Aug 13, 2015

安装

npm i echarts --save

Usage

import echarts from 'echarts';
import 'echarts/chart/wordCloud';

let mychart = echarts.init(dom);
let charCloudOption = {...};
mychart.setOption(charCloudOption);

完整示例地址:https://github.com/luqin/echarts-webpack-starter-kit

@luqin luqin changed the title webpack 集成 ECharts webpack 集成 ECharts 实现按需 require Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant