How to create a chart with chart.js by using data from external api

前端 未结 0 901
温柔的废话
温柔的废话 2020-12-24 03:32

I have got some data from externel API using http get request. The code is this,

export class ProfileComponent implements OnInit {

  weather: IWeather[];

           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题