1👍
As @MichaelJasper pointed out, I had to add
// scales: {
// yAxes: [{
// ticks: {
// beginAtZero:true}
// }]
// }
to the options of my diagram.
Source:stackexchange.com
1👍
As @MichaelJasper pointed out, I had to add
// scales: {
// yAxes: [{
// ticks: {
// beginAtZero:true}
// }]
// }
to the options of my diagram.