File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,17 @@ ECharts is a free, powerful charting and visualization library offering an easy
11
11
## Get ECharts
12
12
13
13
+ Download on [ echarts.baidu.com] ( http://echarts.baidu.com/download.html )
14
+
14
15
+ ` npm install echarts --save `
15
16
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
+
16
25
## Docs
17
26
18
27
+ [ Tutorial] ( http://echarts.baidu.com/tutorial.html )
@@ -29,6 +38,7 @@ ECharts is a free, powerful charting and visualization library offering an easy
29
38
30
39
## Resources
31
40
41
+
32
42
### Awesome ECharts
33
43
34
44
[ https://github.com/ecomfe/awesome-echarts ] ( https://github.com/ecomfe/awesome-echarts )
You can’t perform that action at this time.
0 commit comments