Dashboard-TS Array Changes : ps
This commit is contained in:
parent
14a2e00e13
commit
69897d4143
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user