option = {
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow'
}
},
xAxis: {
type: 'category',
data: ['Mon']
},
yAxis: {
type: 'value'
},
series: [{
data: [120],
type: 'bar',
barWidth: 30
}]
};