0👍
So to answer my own question, i needed to turn off stacking for the x axis
x: {
parsing: false,
stacked: false,
position: 'top',
type: 'time',
time: {
unit: 'hour',
},
min: "07:00",
max: "19:00",
},
- Chartjs-How can I remove the empty line label displayed on top of react-chartjs-2 line chart?
- Chartjs-Charts js showing only when positives data
Source:stackexchange.com