Chart.js does not display any data
问题 I have a data coming from the server in the following format: [ { name: "series1" series: [ { date: "2016-01-31T00:00:00.000Z", value: 49 }, { date: "2016-02-28T00:00:00.000Z", value: 49 }, { date: "2016-03-30T00:00:00.000Z", value: 44 }, { date: "2016-04-31T00:00:00.000Z", value: 57 } ] } { name: "series2" series: [ ... ] } ] Every point in the series above represent monthly data Here is my chart declaration: this.ctx = this.myChartRef.nativeElement.getContext('2d'); let myChart = new Chart