0👍
Solved.
ngOnInit() {
this.weather.dailyForecast()
.subscribe(res => {
var data = res.feed
let temp_high = data['entry'].map(data => data.title.$t);
let temp_low = data['entry'].map(data => data.content.$t);
- Chartjs-Chart.js show no charts in IE11
- Chartjs-How to use chartJS to show breakdown of selected data
Source:stackexchange.com