首页 > 代码库 > 给echars柱状图,散点图加点击事件。

给echars柱状图,散点图加点击事件。

myChart.on(‘click‘, refresh);
// option 是绑定的数据源
function refresh(isBtnRefresh) {
var staid = isBtnRefresh.staid;
window.open(‘monitor/stationDetails.html?staid=‘ + "20151210112301427241692020131421");
}

给echars柱状图,散点图加点击事件。