Skip to content

Commit

Permalink
UX: Use a step size of 1.
Browse files Browse the repository at this point in the history
Follow up to 634a213.
  • Loading branch information
tgxworld committed Mar 29, 2019
1 parent 634a213 commit 4fa8fe5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/assets/javascripts/admin/components/admin-graph.js.es6
Expand Up @@ -40,10 +40,7 @@ export default Ember.Component.extend({
{
display: true,
ticks: {
callback: label => {
if (label >= 1) return number(label);
},
suggestedMin: 0
stepSize: 1
}
}
]
Expand Down

0 comments on commit 4fa8fe5

Please sign in to comment.