@@ -30,6 +30,8 @@ export class YearGraphComponent {
),
];
console.log(this.regions);
+ this.selectedYear = this.firstYear;
+ this.redrawGraphs();
});
}