Selected from to
Brush chart to use with other charts as a time range selector.
brushChart .width(containerWidth) .height(300) .onBrush(function(brushExtent) { // Do something with the brushExtent }); brushContainer.datum(dataset).call(brushChart);
Check the data input schema of this chart.