我现在知道可以使用以下代码获取点击的属性,但是怎么才可以把我传入的参数传递给myChart??
myChart.on('click', function (e) {
e.color = '#d50000'
e.event.target.style.fill = '#d50000'
console.log(e.color)
});
我现在知道可以使用以下代码获取点击的属性,但是怎么才可以把我传入的参数传递给myChart??
myChart.on('click', function (e) {
e.color = '#d50000'
e.event.target.style.fill = '#d50000'
console.log(e.color)
});