如何让其中一个柱子的颜色跟其他柱子不同 series: [{data: [120,// 使用对象的形式, value代表当前值, itemStyle设置样式{value: 200,itemStyle: {color: '#a90000'}},150,80,70,110,130],type: 'bar'}] 设置单个柱子颜色: 柱形图单个柱子颜色: https://echarts.apache.org/zh/option.html#series-bar.itemStyle.color