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

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,