Skip to content

Commit f4c90fe

Browse files
authored
Merge pull request pkp#11276 from bozana/11212-3_4_0
pkp#11212 chart.js y-axis beginAtZero
2 parents 771c762 + fe02b98 commit f4c90fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/usage-stats-chart.js

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
color: 'rgba(0,0,0,0.05)',
8686
drawTicks: false,
8787
},
88+
ticks: {
89+
beginAtZero: true
90+
}
8891
},
8992
],
9093
},

0 commit comments

Comments
 (0)