added stepSize to flags chart, #5232

v1.18.x
Julian Lam 8 years ago
parent dc508fa0cb
commit aaec71bc0c

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

Loading…
Cancel
Save