removed hardcoded stepsize of 1 for chart, so it can space the ticks out properly

v1.18.x
Julian Lam 8 years ago
parent bacbb6c75f
commit 04b66787ea

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

Loading…
Cancel
Save