Properties
onBrushEnd
onBrushEnd: any
onBrushMove
onBrushMove: any
onBrushStart
onBrushStart: any
Methods
brushMove
- brushMove(domain: d3.BrushSelection): void
-
Parameters
-
domain: d3.BrushSelection
Returns void
brushStart
- brushStart(domain: d3.BrushSelection): void
-
Parameters
-
domain: d3.BrushSelection
Returns void
disableCallbacks
- disableCallbacks(): Brush
setTarget
- setTarget(graphSVG: Selection<d3.BaseType, any, d3.BaseType, any>): Brush
-
Parameters
-
graphSVG: Selection<d3.BaseType, any, d3.BaseType, any>
setXY
- setXY(isXY: boolean): Brush
Static releaseListeners
- releaseListeners(target: Selection<d3.BaseType, any, d3.BaseType, any>): void
-
Parameters
-
target: Selection<d3.BaseType, any, d3.BaseType, any>
Returns void
The Brush class uses D3's brush behavior to implement zooming for Configuration Analyzer graphs where the X axis is time.