I have been unable to get a time series chart to function properly. Is there currently? or could you add Time series support?
scales: {
xAxes: [{
type: 'time',
time: {
format: timeFormat,
// round: 'day'
tooltipFormat: 'll HH:mm'
},
Thank you! this has been really helpful!