akrish70

Results 1 comments of akrish70

This is my html code: Where i will be calling the api call in ngoninit this.service.data(params).subscribe((chartResponse: any) => { this.chartData= chartResponse; this.SetChartGraph(); }); in the SetChartGraph method will be doing...