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