xieziyu/ngx-echarts

Legend unselect event is not working

sarlemon opened this issue · 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.
image
image

@sarlemon
It seems Echarts has deprecated the legendunselected event since v2.
You can use chartLegendSelectChanged instead.

Thank you so much.