Capture the rangeslider values

Is it possible to return the values selected by moving rangeslider ? My rangeslider is implemented in time format and when i make a selection of an area using it, i want to return values of the start and end point of rangeslider.
Is there an attribute that will help me do it ?

Reading off:

var gd = document.getElementById(/* id of your graph */)
gd.layout.xaxis.range

should do the trick.

1 Like