0👍
write that inside options.
options: {
scales: {
xAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
Here is the link https://www.chartjs.org/docs/latest/developers/updates.html from Chartjs
- [Vuejs]-Multiple Stopwatch using VUe
- [Vuejs]-Why is my computed method running both server and client side?
Source:stackexchange.com