Javascript – Display Time values on line chart Y axis with React Chart.js
I am trying to display the values from this object on a React Chart.js line chart: The times are formatted as hours, minutes, and seconds. { "totaltime": "10:55:41", "date": "2018-01-01T00:00:00" }, { "totaltime": "339:40:53", "date": "2019-01-01T00:00:00" }, { "totaltime": "227:25:42",…