通过查询数据库 查询到了一条数据赋值给text1
假如后续还有text2....我想把这个变量放到Y轴的data里面去该怎么操作呢
yAxis: {
type: 'value'
},
series: [{
** data: [1,232,11,23,123,45,4534,33],**
type: 'bar',
showBackground: true,
backgroundStyle: {
color: 'rgba(180, 180, 180, 0.2)'
}
}]
类似成这样的结果
** data: [text1,text2,text3,text4,text5],**