Bug: Use beginAtZero option for reports (#803)

This commit is contained in:
Pranav Raj S 2020-05-02 15:03:43 +05:30 committed by GitHub
parent a951fb20cb
commit ddbc612f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ const chartOptions = {
scales: {
xAxes: [
{
barPercentage: 1.9,
barPercentage: 1.26,
ticks: {
fontFamily,
},
@ -27,6 +27,7 @@ const chartOptions = {
{
ticks: {
fontFamily,
beginAtZero: true,
},
gridLines: {
display: false,