score:1

Accepted answer

try to create the chart after you have received your data.

when you've built your chart, assign a variable like this.

chartdataready = true;

in your html, you can wrap the chart with a *ngif like this.

*ngif="chartdataready"


Related Query

More Query from same tag