You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get value of onclick pie chart data.
"dispatch": {
elementClick:function(e) {
console.log(e);
this.chartData = e.data;
this.onClickChart.emit('e.data'); //gives error Cannot read property 'emit' of undefined
this.toggle(e.data); //gives error this.toggle is not a function
},
The text was updated successfully, but these errors were encountered:
I am trying to get value of onclick pie chart data.
"dispatch": {
elementClick:function(e) {
console.log(e);
this.chartData = e.data;
this.onClickChart.emit('e.data'); //gives error Cannot read property 'emit' of undefined
this.toggle(e.data); //gives error this.toggle is not a function
},
The text was updated successfully, but these errors were encountered: