How to plot data on time differences?
问题 I have multiple data on each date for example i have 6 data values those need to plot single date. How would i plot them? I am passing millisecond values in date in ForLoop under generateChartData() function : let newDate = new Date(parseInt(this.vitalHistoryEachData[i]['observation-time'])); //1504549740000,1504535400000,1504532700000,1504530900000 newDate.setDate(newDate.getDate()); // output Mon Sep 04 2017 23:59:00 GMT+0530 (India Standard Time), Mon Sep 04 2017 20:00:00 GMT+0530 (India