fix in export indicators (change variable to numbers)

This commit is contained in:
argirok 2022-05-05 11:40:13 +03:00
parent e70dc8a586
commit df2a6c09f0
1 changed files with 1 additions and 1 deletions

View File

@ -1288,7 +1288,7 @@ export class IndicatorsComponent implements OnInit, OnDestroy, OnChanges, AfterV
this.exportLoading = true;
let indicators = [];
let index: number = 0;
this.charts.forEach(section => {
this.numbers.forEach(section => {
section.indicators.forEach(indicator => {
indicator.indicatorPaths.forEach(indicatorPath => {
// console.debug("export number: ", this.statisticsService.getNumberUrl(indicatorPath.source, this.indicatorUtils.getFullUrl(this.stakeholder, indicatorPath)));