Skip to content

Commit

Permalink
release 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Sep 27, 2017
1 parent db5fceb commit 9070ec8
Show file tree
Hide file tree
Showing 14 changed files with 167,192 additions and 3,510 deletions.
77,756 changes: 77,756 additions & 0 deletions dist/echarts-en.js

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions dist/echarts-en.min.js

Large diffs are not rendered by default.

50,169 changes: 50,169 additions & 0 deletions dist/echarts.common-en.js

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions dist/echarts.common-en.min.js

Large diffs are not rendered by default.

2,594 changes: 1,408 additions & 1,186 deletions dist/echarts.common.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions dist/echarts.common.min.js

Large diffs are not rendered by default.

2,850 changes: 1,572 additions & 1,278 deletions dist/echarts.js

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions dist/echarts.min.js

Large diffs are not rendered by default.

34,988 changes: 34,988 additions & 0 deletions dist/echarts.simple-en.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions dist/echarts.simple-en.min.js

Large diffs are not rendered by default.

2,146 changes: 1,152 additions & 994 deletions dist/echarts.simple.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 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.7.1",
"version": "3.7.2",
"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.6.1"
"zrender": "^3.6.2"
},
"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.6.1"
"zrender": "^3.6.2"
}
}
4 changes: 2 additions & 2 deletions src/echarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1526,9 +1526,9 @@ define(function (require) {
/**
* @type {number}
*/
version: '3.7.1',
version: '3.7.2',
dependencies: {
zrender: '3.6.1'
zrender: '3.6.2'
}
};

Expand Down

0 comments on commit 9070ec8

Please sign in to comment.