Angular2 Update ng2-charts with labels

前端 未结 4 858
旧巷少年郎
旧巷少年郎 2021-01-13 10:48

I am starting to work these days with Angular2, and have a question with the framework ng2-charts.

Here is my component.ts

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-13 11:13

    I can get the values when i print to console but does not display on the chart.

    this.pieChartLabels :: ['PayDirect agent deposit','GtCollections agent deposit','Quickteller agent deposit']
    this.pieChartData :: [1990,1202,2476]
    

    Is there a way to update the chart. It seems the chart was loaded before the data was received from the web service.

    isDataAvailable2 = true
    

    but the chart never loaded.

提交回复
热议问题