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
publicchartClicked(event: {event?: ChartEvent;active?: object[]}): void{if(event.active&&event.active.length>0){constmyChartDataLabelIndex=event.active[0].index;// `Property 'index' does not exist on type 'object'.ts(2339)`console.log(myChartDataLabelIndex);}}
Reproduction of the problem
Suggested fix:
libs/ng2-charts/src/lib/base-chart.directive.ts
The text was updated successfully, but these errors were encountered: