Skip to content

Conversation

limpbrains
Copy link

Hi. I've added option called "progressive step" if it is true step will be calcualted automatically depending for value.

For example:
if (1 < value < 60 ) step = 1;
if (60 < value < 600) step = 10;
and so on

This is usefull for big values.

@rzajac
Copy link
Member

rzajac commented May 24, 2015

This would prevent setting some values. It's better to leave setting step to user.

@rzajac rzajac closed this May 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants