From 058d74371944947e9ef6a137fc234c41df1682f5 Mon Sep 17 00:00:00 2001 From: pissang Date: Fri, 14 Apr 2017 13:35:27 +0800 Subject: [PATCH] Add echarts-gl in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index edbdb0d3a8..71228abe12 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,17 @@ ECharts is a free, powerful charting and visualization library offering an easy ## Get ECharts + Download on [echarts.baidu.com](http://echarts.baidu.com/download.html) + + `npm install echarts --save` +## Get ECharts GL + +ECharts-GL is an extension pack of echarts, which providing 3D plots, globe visualization and WebGL acceleration. + ++ Get from [https://github.com/ecomfe/echarts-gl](https://github.com/ecomfe/echarts-gl) + ++ `npm install echarts-gl --save` + ## Docs + [Tutorial](http://echarts.baidu.com/tutorial.html) @@ -29,6 +38,7 @@ ECharts is a free, powerful charting and visualization library offering an easy ## Resources + ### Awesome ECharts [https://github.com/ecomfe/awesome-echarts](https://github.com/ecomfe/awesome-echarts)