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

This commit is contained in:
Julian Lam
2017-03-07 20:53:54 -05:00
parent bacbb6c75f
commit 04b66787ea

View File

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