Skip to content

Commit 058d743

Browse files
committed
Add echarts-gl in README
1 parent 82e8091 commit 058d743

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,17 @@ ECharts is a free, powerful charting and visualization library offering an easy
1111
## Get ECharts
1212

1313
+ Download on [echarts.baidu.com](http://echarts.baidu.com/download.html)
14+
1415
+ `npm install echarts --save`
1516

17+
## Get ECharts GL
18+
19+
ECharts-GL is an extension pack of echarts, which providing 3D plots, globe visualization and WebGL acceleration.
20+
21+
+ Get from [https://github.com/ecomfe/echarts-gl](https://github.com/ecomfe/echarts-gl)
22+
23+
+ `npm install echarts-gl --save`
24+
1625
## Docs
1726

1827
+ [Tutorial](http://echarts.baidu.com/tutorial.html)
@@ -29,6 +38,7 @@ ECharts is a free, powerful charting and visualization library offering an easy
2938

3039
## Resources
3140

41+
3242
### Awesome ECharts
3343

3444
[https://github.com/ecomfe/awesome-echarts](https://github.com/ecomfe/awesome-echarts)

0 commit comments

Comments
 (0)