UX: Use a step size of 1.

Follow up to 634a213e6d.
This commit is contained in:
Guo Xiang Tan 2019-03-29 12:14:11 +08:00
parent 634a213e6d
commit 4fa8fe575b
1 changed files with 1 additions and 4 deletions

View File

@ -40,10 +40,7 @@ export default Ember.Component.extend({
{
display: true,
ticks: {
callback: label => {
if (label >= 1) return number(label);
},
suggestedMin: 0
stepSize: 1
}
}
]