option = {
textStyle:{
color:"#749f83"
},
title: {
text: '优先级',
x:"center"
},
xAxis: {
data: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
},
tooltip: {},
yAxis: {},
series: [{
name:"测试",
type: 'bar',
data:[220, 182, 191, 234, 290, 330, 310],
label:{
show:true,
position:"top",
}
}]
};