Frey-Fu / ng2-echarts

ECharts for Angular2
4 stars 3 forks source link

This is ECharts for Angular2, code is in src/, there's an example project in example/, feel free to use it. The example is based on angular2-webpack-starter.

Tested in Ubuntu 16.04, requires following versions of dev tool: node>=v6.9.1 npm>=3.10.8 typings>=1.3.3

How to use:

cd example
npm install
typings install
npm run build:prod
npm run server:prod