Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
😂
Browse files Browse the repository at this point in the history
  • Loading branch information
liekkas committed Apr 2, 2016
1 parent 4a5ae00 commit bd99ab1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ angularjs封装echarts V3.0.0

## 更新说明
> 支持ECharts3.x,如果想用ECharts2.x,请用V2.0.0版本
> 3.x主题API发生了改变,去掉了内置的主题
=======

## 组件构建
> git clone https://github.com/liekkas/ng-echarts.git
> npm i
> gulp
>* git clone https://github.com/liekkas/ng-echarts.git
>* npm i
>* gulp
## [在线DEMO](http://liekkas.github.io/ng-echarts/index3.html)

Expand All @@ -21,6 +22,7 @@ ng-echarts只需要两个变量:
* theme:图表主题名称,
* event:绑定事件
* dataLoaded:数据是否加载(用于Loading)

### 注意事项
>* ECharts3.0没有内置地图,如果想用地图组件,需要先引入地图数据,[点这里](http://echarts.baidu.com/download-map.html)
>* ECharts3.0主题设置也发生了,变化,需要先引入主题数据,[点这里](http://echarts.baidu.com/download-theme.html)
Expand Down

0 comments on commit bd99ab1

Please sign in to comment.