移入
this.chart.getZr().on('mouseover', event => {
const legendDataIndex = event.topTarget.parent.__legendDataIndex // 每个legend的index
})
移出
this.chart.getZr().on('mouseout', event => {
const legendDataIndex = event.topTarget.parent.__legendDataIndex // 每个legend的index
})