|
|
@@ -1,8 +1,8 @@
|
|
|
import {Component} from '@angular/core';
|
|
|
|
|
|
import {DiscComponent} from '../disc.component';
|
|
|
+import {DiscsChartBaseService} from '../discs-chart-base.service';
|
|
|
import {SdmDihService} from '../../sdm-dih.service';
|
|
|
-import {YearGraphService} from '../year-graph.service';
|
|
|
|
|
|
@Component({
|
|
|
selector: 'scenario-factor-year-disc',
|
|
|
@@ -11,7 +11,7 @@ import {YearGraphService} from '../year-graph.service';
|
|
|
export class ScenarioFactorYearDiscComponent extends DiscComponent {
|
|
|
constructor(
|
|
|
public sdmDihService: SdmDihService,
|
|
|
- public yearGraphService: YearGraphService
|
|
|
+ public yearGraphService: DiscsChartBaseService
|
|
|
) {
|
|
|
super(sdmDihService, yearGraphService);
|
|
|
}
|