xAxis: {
axisLabel: {
formatter: function (value, index) {
return '{weather' + index + '| }';
},
rich: {
weather0: {
height: 40,
align: 'center',
backgroundColor: {
image: weatherIcons.Sunny
},
// backgroundColor: 'rgba(0, 0, 0, .3)',
},
},
},
}
如何同时设置上述两个? (颜色rgba和图像链接)
由于