Skip to content

progressive step #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

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