added stepSize to flags chart, #5232

This commit is contained in:
Julian Lam
2016-12-09 14:59:23 -05:00
parent dc508fa0cb
commit aaec71bc0c

View File

@@ -79,7 +79,8 @@ define('forum/flags/list', ['components', 'Chart'], function (components, Chart)
scales: {
yAxes: [{
ticks: {
beginAtZero: true
beginAtZero: true,
stepSize: 1
}
}]
}