Skip to content

Commit

Permalink
release 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Apr 14, 2017
1 parent 618052b commit 82e8091
Show file tree
Hide file tree
Showing 8 changed files with 3,120 additions and 2,291 deletions.
1,697 changes: 944 additions & 753 deletions dist/echarts.common.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dist/echarts.common.min.js

Large diffs are not rendered by default.

3,072 changes: 1,779 additions & 1,293 deletions dist/echarts.js

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions dist/echarts.min.js

Large diffs are not rendered by default.

544 changes: 348 additions & 196 deletions dist/echarts.simple.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 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.5.2",
"version": "3.5.3",
"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.4.2"
"zrender": "^3.4.3"
},
"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.4.2"
"zrender": "^3.4.3"
}
}
4 changes: 2 additions & 2 deletions src/echarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1535,9 +1535,9 @@ define(function (require) {
/**
* @type {number}
*/
version: '3.5.2',
version: '3.5.3',
dependencies: {
zrender: '3.4.2'
zrender: '3.4.3'
}
};

Expand Down

0 comments on commit 82e8091

Please sign in to comment.