您的位置:首页 > 其它

Echarts事件

2016-03-14 16:09 330 查看
Echart饼图、柱状图、折线图(pie、bar、line)添加点击事件
发布日期:2014年08月10日 来源:PHP1.CN 点击:250638
摘要:var myChart= echarts.init(document.getElementById('myChart'));            myChart.on('click', function (...
转载请注明来源:Echart饼图、柱状图、折线图(pie、bar、line)添加点击事件

var myChart= echarts.init(document.getElementById('myChart'));

myChart.on('click', function (param) {
alert('点击了我!');

});

Echart事件参数可以去config.js查找
转载请注明来源:Echart饼图、柱状图、折线图(pie、bar、line)添加点击事件 http://www.php1.cn/Content/Echart_BingTuZhuZhuangTuZheXianTu_-pie__bar__line-_TianJiaDianJiShiJian.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: