I'm trying to build a bar chart where the X-axis represents time.
However, when I use the option xAxes: [{type: 'time'}], the bars start to superimpose, making a weird render.
When removing the option, the bars are displayed correctly, but the X-Axis labels are not displayed as dates
Am I missing something, or is it a bug ?
Demo here