Skip to content
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

Explicitly set returning values? #104

Open
hellsing71 opened this issue Jul 26, 2015 · 0 comments
Open

Explicitly set returning values? #104

hellsing71 opened this issue Jul 26, 2015 · 0 comments

Comments

@hellsing71
Copy link

Hi Guys,

Is it possible to set non-linear returning values explicitly? I'm working on a warehouse app and need a slider to set suggested min-max age range of toys (eg. Lego Ninjago: 8-12years). I'd like to use jSlider like:

values: [0, 6, 12, 24, 36, 48, 72, 120, 168, 216, 1200],
scale: ['0m', '6m', '12m', '18m', '24m/2y', '4y', '6y', '10y', '14y', '18y', 'any']

I also need to bind somehow the slider to the values but can't give a 'step' as I don't have a fixed step value.

Is there any way to do this? I couldn't find a reference in the docs nor a sample with this function.

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

No branches or pull requests

1 participant