plotly rangeslider how to determine if range is selected
问题 Needs to know when dragging on a rangeslider is done. Adding an event on the sliderDiv on 'dragend' only yields occasional notification. Listening on the plotly_relayout gives too many events. 回答1: I think an event like "plotly_rangeslider_dragend" is not supported yet. So you must use a workaround. To determine a rangeslider event you can use "plotly_relayout" and look into the eventdata-Object like the code below: var timer=undefined; var plotlyRelayoutEventFunction=function(eventdata){ if(