xieziyu / ngx-echarts

An angular (ver >= 2.x) directive for ECharts (ver >= 3.x)
https://xieziyu.github.io/ngx-echarts/
MIT License
1.11k stars 197 forks source link

Legend unselect event is not working #384

Closed sarlemon closed 1 year ago

sarlemon commented 1 year ago

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

xieziyu commented 1 year ago

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

sarlemon commented 1 year ago

Thank you so much.