Skip to content

Commit

Permalink
Dump 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Mar 21, 2016
1 parent 05a6a78 commit fe8d7ea
Show file tree
Hide file tree
Showing 8 changed files with 912 additions and 639 deletions.
381 changes: 209 additions & 172 deletions dist/echarts.common.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

936 changes: 577 additions & 359 deletions dist/echarts.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

156 changes: 87 additions & 69 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts",
"version": "3.1.3",
"version": "3.1.4",
"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.0.4"
"zrender": "^3.0.5"
},
"devDependencies": {
"escodegen": "^1.8.0",
Expand Down
4 changes: 2 additions & 2 deletions src/echarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -964,9 +964,9 @@ define(function (require) {
/**
* @type {number}
*/
version: '3.1.3',
version: '3.1.4',
dependencies: {
zrender: '3.0.4'
zrender: '3.0.5'
}
};

Expand Down

0 comments on commit fe8d7ea

Please sign in to comment.