score:0

simplest would be to set div around it and set *ngif option and click event.

your chart

score:1

i have been using this chartjs wrapper: ng2-charts. it works great on latest angular 2+, i used it on angular 5. this wrapper offers you a chartclick for the directive so you can link it with a function in your code. with no more info about what you are trying to do i would suggest you look at this and maybe work using that event object.

(chartclick)="chartclicked($event)"

Related Query

More Query from same tag