Questions tagged [rangeslider]
412 questions
2
votes
1 answer
Disable certain range in rangeslider.js
I am using rangeslider.js and I am trying to disable the slider to slide below 20
I am using start attribute to make that work but it doesn't work that…

Lucian
- 1,715
- 3
- 17
- 26
2
votes
2 answers
Using ggplotly rangeslider for interactive relative performance (stock returns)
I am trying to make an interactive stock performance plot from R. It is to compare the relative performance of several stocks. Each stock's performance line should start at 0%.
For static plots I would use dplyr group_by and mutate to calculate…

Martin
- 1,141
- 14
- 24
2
votes
2 answers
All range slider libraries giving the error Element type invalid. What else can I try?
I want to create a slider in my project and I am using react-rangeslider library. I wrote a very simple piece
const Slider = require('react-rangeslider');
var Para = React.createClass({
handleChange: function(value) {
this.setState({
…

A_G
- 2,260
- 3
- 23
- 56
2
votes
1 answer
In Shiny, how can I use distinct colors for the two buttons of a range slider?
Shiny makes use of the ion-rangeslider. I've been able to work out how to modify the slider's color and some of its other properties. The code below produces a regular slider with a green button and a range slider with red buttons.
I would like the…

user2363777
- 947
- 8
- 18
2
votes
0 answers
Input Rangeslider update progress keeps triggering input event on Howler js seek()
A: I want to update the progress bar & handle of my audio player as the audio plays.
B: I also want to drag the handle to different positions of the audio.
I'm using Howler.js for my audio, and rangeslider.js for my input range…

Luna
- 537
- 1
- 12
- 26
2
votes
1 answer
How to get final Value in range Slider?
I'm using TT range slider(Double Slider) for filtering price in my app everything is working perfect but when my final price is some(for example 20) with out selection slider I'm clicking on apply button final price is not coming and the slider…

santoshi
- 380
- 2
- 13
2
votes
0 answers
r - show ticks for rangeslider (plotly)
Is there a way to show the x-axis (or ticks) for a rangeslider created with plotly, i.e. another x-axis (ticks) for the subplot created. In this way it would be easier to select a desired range.
Here is an example from the plotly documentation…

hjonas
- 141
- 10
2
votes
2 answers
Issues with RangeSlider from ControlsFX
I am trying to implement the RangeSlider class in a program, however, I am receiving the following error:
Exception in Application start method
java.lang.reflect.InvocationTargetException
at…

Politic Revolutionnaire
- 877
- 10
- 29
2
votes
1 answer
How to add rangeslider.js for controlling drag of Slick Slider
I am trying to combine range slider with slick slider for drag functionality but I'm stuck with integrating it, tried manupulate the offset but slick slider resets after it changes slide again.
Here is what i have been able to do so far
…

MJN
- 610
- 1
- 7
- 19
2
votes
2 answers
How to create range slider in angular 5
I tried ng2-ion-range-slider and ng2-nouislider using documentation described in github.
When i add these component it showing "it is not a known element of ngModule"
I import ng2-nouislider, ng2-ion-range-slider in my app module
APP…

Ashok
- 484
- 1
- 7
- 19
2
votes
1 answer
Mouse up event for RangeSlider of Bokeh?
Would it be possible to catch mouse up event for RangeSlider, a Bokeh widget?
I believe being able to catch it should be very useful because there are cases when computation being done inside on_change() callback for RangeSlider may take quite some…

Royalblue
- 639
- 10
- 22
2
votes
1 answer
How to set a min value for a thumb in RangeSlider in JavaFX?
I want to have a range sldier that shows for example the values 0 to 24, but of which the lower thumb is bound to a minimum value depending on the hour of the day (such that it cannot be set in the past).
I looked through the RangeSlider docs and…

k88
- 1,858
- 2
- 12
- 33
2
votes
1 answer
jQuery Datatables with two range slider filters
I managed to get a range slider working with Datatables using jQuery UI and a snippet I found online: http://live.datatables.net/teredumi/1/edit?html,css,js,output
It works great with one slider. I am not very good a jQuery and I am having trouble…

Kaah
- 915
- 3
- 11
- 26
2
votes
1 answer
How to set time in rang slider in angular js?
I am using Slider with draggable range(https://jsfiddle.net/ValentinH/954eve2L/) in angular js for the time selection. I want to set time in this slider. So my clock is from 00.00 to 24.00. But I want to set time with 10 minutes interval, Like…

Varun Sharma
- 4,632
- 13
- 49
- 103
2
votes
2 answers
RangeSlider onFirstChange non-existent property
I'm using RangeSlider for my project in QML. My range slider code is as follows:
RangeSlider {
id: rangeSLider
first.value: 0.0
second.value: 1.0
anchors.horizontalCenter: parent.horizontalCenter
width: 275
…

test gprs
- 169
- 3
- 16