Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ecomfe/echarts
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Jun 30, 2016
2 parents 79f1961 + 0910d23 commit 0d4361c
Show file tree
Hide file tree
Showing 8 changed files with 8,787 additions and 3,833 deletions.
3,602 changes: 2,248 additions & 1,354 deletions dist/echarts.common.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dist/echarts.common.min.js

Large diffs are not rendered by default.

7,849 changes: 5,724 additions & 2,125 deletions dist/echarts.js

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions dist/echarts.min.js

Large diffs are not rendered by default.

1,083 changes: 771 additions & 312 deletions dist/echarts.simple.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/echarts.simple.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts",
"version": "3.1.10",
"version": "3.2.0",
"description": "A powerful charting and visualization library for browser",
"keywords": [
"visualization",
Expand Down Expand Up @@ -35,7 +35,7 @@
"prepublish": "node build/amd2common.js"
},
"dependencies": {
"zrender": "^3.1.0"
"zrender": "^3.1.1"
},
"devDependencies": {
"coordtransform": "^2.0.2",
Expand All @@ -45,6 +45,6 @@
"fs-extra": "^0.26.5",
"glob": "^7.0.0",
"webpack": "^1.12.13",
"zrender": "^3.1.0"
"zrender": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions src/echarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1151,9 +1151,9 @@ define(function (require) {
/**
* @type {number}
*/
version: '3.1.10',
version: '3.2.0',
dependencies: {
zrender: '3.1.0'
zrender: '3.1.1'
}
};

Expand Down

0 comments on commit 0d4361c

Please sign in to comment.