Explorar o código

✨ display graph right from the beginning

jmacura %!s(int64=3) %!d(string=hai) anos
pai
achega
7a50a5cd41
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/app/graphs/year-graph/year-graph.component.ts

+ 2 - 0
src/app/graphs/year-graph/year-graph.component.ts

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