Dashboard-TS Array Changes : ps

This commit is contained in:
venbatechnologies@gmail.com 2018-11-20 16:34:09 +05:30
parent 14a2e00e13
commit 69897d4143

View File

@ -159,7 +159,6 @@ export class DashboardComponent {
} }
updateRange(range: Range){ updateRange(range: Range){
this.range = range; this.range = range;
this.onChange(this.range,1); this.onChange(this.range,1);
} }
@ -560,7 +559,7 @@ onChange(e :any,flag: any) {
// console.log('cityarr',this.selectedCity); // console.log('cityarr',this.selectedCity);
this._dashboardService.getPDDetailForDoughnut(fromdate,todate,this.selectedLender,this.selectedCity).subscribe(data => { this._dashboardService.getPDDetailForDoughnut(fromdate,todate,this.selectedCity,this.selectedLender).subscribe(data => {
console.log(' *****Updated Date Doughnut Chart Data *****'); console.log(' *****Updated Date Doughnut Chart Data *****');
console.log('Whole Data',data); console.log('Whole Data',data);