Echart饼图、柱状图、折线图(pie、bar、line)加入点击事件时间:2023-03-09 01:53:57 var myChart= echarts.init(document.getElementById('myChart')); myChart.on('click', function (param) { alert('点击了我!'); }); Echart事件參数能够去config.js查找