d3.brushSelection()
  • References/JavaScript/D3.js/Brush

d3.brushSelection(node) Returns the current brush selection for the specified node. Internally, an element’s brush

2025-01-10 15:47:30
d3.brushY()
  • References/JavaScript/D3.js/Brush

d3.brushY() Creates a new one-dimensional brush along the y-dimension.

2025-01-10 15:47:30
brush()
  • References/JavaScript/D3.js/Brush

brush(group) Applies the brush to the specified group, which must be a

2025-01-10 15:47:30
brush.move()
  • References/JavaScript/D3.js/Brush

brush.move(group, selection) Sets the active selection of the brush on the specified group

2025-01-10 15:47:30
d3.brush()
  • References/JavaScript/D3.js/Brush

d3.brush() Creates a new two-dimensional brush.

2025-01-10 15:47:30
d3.brushX()
  • References/JavaScript/D3.js/Brush

d3.brushX() Creates a new one-dimensional brush along the x-dimension.

2025-01-10 15:47:30
brush.filter()
  • References/JavaScript/D3.js/Brush

brush.filter([filter]) If filter is specified, sets the filter to the specified function and returns the brush

2025-01-10 15:47:30
brush.on()
  • References/JavaScript/D3.js/Brush

brush.on(typenames, [listener]) If listener is specified, sets the event listener for the specified

2025-01-10 15:47:30
brush.handleSize()
  • References/JavaScript/D3.js/Brush

brush.handleSize([size]) If size is specified, sets the size of the brush handles to the specified number and

2025-01-10 15:47:30
brush.extent()
  • References/JavaScript/D3.js/Brush

brush.extent([extent]) If extent is specified, sets the brushable extent to the specified array of points [[x0

2025-01-10 15:47:30