ngAfterViewInit()

in src/app/components/area-chart/area-chart.component.ts [90:94]


  ngAfterViewInit() {
    if (this.data) {
      this.renderChart(this.data);
    }
  }