dc-js / dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
Apache License 2.0
7.42k stars 1.8k forks source link

Add Range Slider to core dc.js library #1258

Closed ghost closed 7 years ago

ghost commented 7 years ago

Add Range Slider to core dc.js library http://dc-js.github.io/dc.js/docs/html/

References: https://plot.ly/javascript/range-slider/ https://github.com/shutterstock/rickshaw/blob/master/src/js/Rickshaw.Graph.RangeSlider.js

gordonwoodhull commented 7 years ago

The plotly example wasn't too clear to me but I think dc.js has this in the form of the range chart feature, which connects the brush of one chart to the domain and zoom of another chart.

You can see this in action on the main page, the last pair of charts before the data table.