v1.1.0 Added <Brush /> affectedCharts and overlayChart attributes
New <Brush /> attribute: affectedCharts, will allow a Brush to selectively choose which Charts it impacts. Options are:
- 'all' [default] : Update self and all synchronized charts
- 'self' : Update only the Chart the Brush is associated with and no synchronized charts
- 'others' : Only update synchronized Charts and not the Chart this Brush is associated with
New <Brush /> attribute: overlayChart, will allow a Brush to overlay the chart it is a part of rather than being positioned below it. Options are:
- false [default] : Brush is positioned below the chart and adhered to normal width/height props
- true : Brush is positioned over the chart and inherits the width/height of the graphing area