Echarts事件

Posted Rozdy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Echarts事件相关的知识,希望对你有一定的参考价值。

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

以上是关于Echarts事件的主要内容,如果未能解决你的问题,请参考以下文章

Echarts事件

Echarts图例点击事件自定义Echarts图例legend点击事件(已解决)

echarts 树图

echarts图例点击事件

ECharts3.x中的点击事件与行为

echarts 图的点击事件