Home > Web Front-end > JS Tutorial > body text

Add click event to echarts pie chart sector - Fannn

一个新手
Release: 2017-10-16 09:22:06
Original
3023 people have browsed it

Just add this code at the end of echarts

function eConsole(param) {
             //alert(option.series[0].data.length);              
             //alert(option.series[0].data[i]);  
             //param.dataIndex 获取当前点击索引,              
             //alert(param.dataIndex);  
             clickFunc(param.dataIndex);//执行点击效果        
}
myChart.on("click", eConsole);
Copy after login

The above is the detailed content of Add click event to echarts pie chart sector - Fannn. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!