ECharts 平行坐標(biāo)軸范圍選取

2018-08-31 18:28 更新

events.axisareaselected   |   Event


平行坐標(biāo)軸 (Parallel)范圍選取事件。

當(dāng)進(jìn)行坐標(biāo)軸范圍選取時(shí),可以用如下方式獲取當(dāng)前高亮的線所對(duì)應(yīng)的 data indices (即 series 的 data 中的序號(hào)列表)。

chart.on('axisareaselected', function () {
var series0 = chart.getModel().getSeries()[0];
var series1 = chart.getModel().getSeries()[1];
var indices0 = series0.getRawIndicesByActiveState('active');
var indices1 = series1.getRawIndicesByActiveState('active');
console.log(indices0, indices1);
});
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)