[develop]: Remove currentYear from monitor base component
This commit is contained in:
parent
abbe118035
commit
79d39db833
|
@ -50,11 +50,10 @@ export abstract class MonitorIndicatorStakeholderBaseComponent extends Indicator
|
||||||
selectedFromAndToValues: ""
|
selectedFromAndToValues: ""
|
||||||
};
|
};
|
||||||
rangeFilter: RangeFilterComponent;
|
rangeFilter: RangeFilterComponent;
|
||||||
minYear = Dates.currentYear - 20
|
minYear = Dates.currentYear - 20;
|
||||||
maxYear = Dates.currentYear
|
maxYear = Dates.currentYear;
|
||||||
public numberResults: Map<string, number> = new Map<string, number>();
|
public numberResults: Map<string, number> = new Map<string, number>();
|
||||||
public chartsActiveType: Map<string, IndicatorPath> = new Map<string, IndicatorPath>();
|
public chartsActiveType: Map<string, IndicatorPath> = new Map<string, IndicatorPath>();
|
||||||
public currentYear = new Date().getFullYear();
|
|
||||||
public clipboard;
|
public clipboard;
|
||||||
|
|
||||||
/** Services */
|
/** Services */
|
||||||
|
|
Loading…
Reference in New Issue