0👍
Adding “scales” option fixed the problem:
scales: {
xAxes: [{
type: 'linear',
position: 'bottom',
}]
}
Source:stackexchange.com
0👍
Adding “scales” option fixed the problem:
scales: {
xAxes: [{
type: 'linear',
position: 'bottom',
}]
}