option = {
grid:{
bottom:100
},
title: {
text: 'Awesome Chart'
},
toolbox: {
feature: {
dataView: {
lang: ['数据视图', ''],
show: true
}
}
},
xAxis: {
data: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
},
yAxis: {},
series: [{
type: 'bar',
data: [220, 182, 191, 234, 290, 330, 310]
}]
};