From 458824c38eeaa0966be1ae88cefdc749b8796151 Mon Sep 17 00:00:00 2001 From: G Date: Thu, 12 May 2016 02:53:19 -0400 Subject: [PATCH] Update for ECharts 3.x --- README.md | 2 +- bower.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f50cb43..a3e4368 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ngECharts - A simple AngularJS directive for beautiful responsive [ECharts](http **Requirement**: * AngularJS 1.x -* ECharts 2.x +* ECharts 2.x & 3.x ## Why ECharts? It's one of the most powerful and beautiful charts on the Internet ( [See examples](http://echarts.baidu.com/doc/example-en.html) ). diff --git a/bower.json b/bower.json index b6736f2..37643ba 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,6 @@ "tests" ], "devDependencies": { - "echarts": "~2.x", "angular": "~1.x" } }