@@ -67,7 +67,18 @@ export default {
],
borderWidth: 1
}
- ]
+ ],
+ options: {
+ scales: {
+ yAxes: [
+ {
+ ticks: {
+ min: 0
+ }
+ ]
};
})
.catch(e => {