echarts binding click event to prevent multiple clicks

if (this.planExecuteBarChart._$handlers.click) {
    this.planExecuteBarChart._$handlers.click.length = 0
}

 

Guess you like

Origin blog.csdn.net/rrrrroy_Ha/article/details/110245063