Roman Kagan

Results 2 comments of Roman Kagan

it won't work, only recreating component will show new data I solved it with ngIf, show the chart after data is available

@dgt009: `html: ts: refreshData() { this.service.getData().then(data => initChart(data)); this.showData = true; } `