在官网上看到可以给组件定义,我用
chart.on('click', 'series.label', function () {...});
试了试没起作用。是什么原因?
----------------------------------添加rich
label: {
show: true,
rich: {
til: {
color: '#000',
fontSize: 14,
align: 'center',
lineHeight: 21
},
desc: {
color: '#000',
fontSize: 9,
align: 'center',
lineHeight: 21
},
high: {
color: '#f8473d',
fontSize: 9,
align: 'center',
lineHeight: 21
},
middle: {
color: '#f9d03c',
fontSize: 9,
align: 'center',
lineHeight: 21
},
low: {
color: '#44d2ca',
fontSize: 9,
align: 'center',
lineHeight: 21
}
}
},
给你个demo