sarlemon opened this issue 2 years ago · 2 comments
I follow ngx-echarts guide to bind legend unselect event, but it seems like not working. When I clicked the legend and unselected it, this function is not triggered.
@sarlemon It seems Echarts has deprecated the legendunselected event since v2. You can use chartLegendSelectChanged instead.
legendunselected
Thank you so much.