Set Y axis beginAtZero to true
This commit is contained in:
parent
9a97476e63
commit
763b634d6d
|
@ -114,6 +114,8 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
y: {
|
||||
beginAtZero: true,
|
||||
min: 0,
|
||||
type: 'linear',
|
||||
title: {
|
||||
display: true,
|
||||
|
|
Loading…
Reference in New Issue