15π
β
I had the same problems. You have to define βticksβ within the yAxes-definition:
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
Updated fiddle: https://jsfiddle.net/r90Ljzvo/5/
Source:stackexchange.com