echarts给柱形图的每个柱子设置不同颜色
程序员文章站
2022-07-13 14:27:59
...
series: [{
type: 'bar',
data: [5, 20, 36, 10, 10, 20],
itemStyle: {
normal:{
color: function (params){
var colorList = ['#ff4844','#9ac3e5','#66ac52','#ffc032','#549bd3','#f47e39'];
return colorList[params.dataIndex];
}
},
},
}]
上一篇: SwiftUI——自定义颜色
下一篇: EL表达式