Skip to content

v1.1.0 Added <Brush /> affectedCharts and overlayChart attributes

Choose a tag to compare

@billneff79 billneff79 released this 06 Oct 04:52
· 35 commits to master since this release

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