Skip to content

Commit

Permalink
update build and example.
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Nov 6, 2017
1 parent f89ea38 commit 2237f54
Show file tree
Hide file tree
Showing 17 changed files with 134,063 additions and 130,409 deletions.
66,933 changes: 34,136 additions & 32,797 deletions dist/echarts-en.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts-en.common.min.js

Large diffs are not rendered by default.

44,459 changes: 23,348 additions & 21,111 deletions dist/echarts-en.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts-en.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts-en.min.js

Large diffs are not rendered by default.

42,788 changes: 20,986 additions & 21,802 deletions dist/echarts-en.simple.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts-en.simple.min.js

Large diffs are not rendered by default.

66,933 changes: 34,136 additions & 32,797 deletions dist/echarts.common.js

Large diffs are not rendered by default.

509 changes: 431 additions & 78 deletions dist/echarts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.js.map

Large diffs are not rendered by default.

42,788 changes: 20,986 additions & 21,802 deletions dist/echarts.simple.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.simple.min.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/extension/bmap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/extension/bmap.js.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/extension/dataTool.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/extension/dataTool.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions test/bar-t.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
var data3 = [];
var data4 = [];

for (var i = 0; i < 10; i++) {
for (var i = 0; i < 5; i++) {
xAxisData.push('类目' + i);
data1.push((Math.random() * 5).toFixed(2));
data2.push(-Math.random().toFixed(2));
Expand Down Expand Up @@ -91,7 +91,7 @@

chart.setOption({
backgroundColor: '#eee',
animationDurationUpdate: 3000,
animationDurationUpdate: 1000,
legend: {
left: 0,
inactiveColor: '#abc',
Expand Down Expand Up @@ -213,18 +213,18 @@
itemStyle: itemStyle,
cursor: 'default',
data: data2
}, {
name: 'bar3',
type: 'bar',
stack: 'two',
itemStyle: itemStyle,
data: data3
}, {
name: 'bar4',
type: 'bar',
stack: 'two',
itemStyle: itemStyle,
data: data4
// }, {
// name: 'bar3',
// type: 'bar',
// stack: 'two',
// itemStyle: itemStyle,
// data: data3
// }, {
// name: 'bar4',
// type: 'bar',
// stack: 'two',
// itemStyle: itemStyle,
// data: data4
}]
});

Expand Down

0 comments on commit 2237f54

Please sign in to comment.