zoom()
  • References/JavaScript/D3.js/Zoom

zoom(selection) Applies this zoom behavior to the specified selection

2025-01-10 15:47:30
transform.invert()
  • References/JavaScript/D3.js/Zoom

transform.invert(point) Returns the inverse transformation of the specified point which is a two-element array

2025-01-10 15:47:30
transform.applyY()
  • References/JavaScript/D3.js/Zoom

transform.applyY(y) Returns the transformation of the specified y-coordinate, y × k +

2025-01-10 15:47:30
transform.applyX()
  • References/JavaScript/D3.js/Zoom

transform.applyX(x) Returns the transformation of the specified x-coordinate, x × k +

2025-01-10 15:47:30
transform.rescaleX()
  • References/JavaScript/D3.js/Zoom

transform.rescaleX(x) Returns a copy

2025-01-10 15:47:30
transform.invertY()
  • References/JavaScript/D3.js/Zoom

transform.invertY(y) Returns the inverse transformation of the specified y-coordinate, (y - ty)

2025-01-10 15:47:30
zoom.translateExtent()
  • References/JavaScript/D3.js/Zoom

zoom.translateExtent([extent]) If extent is specified, sets the translate extent to the specified array of

2025-01-10 15:47:30
zoom.transform()
  • References/JavaScript/D3.js/Zoom

zoom.transform(selection, transform) If selection is a selection, sets the

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

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

2025-01-10 15:47:30
transform.rescaleY()
  • References/JavaScript/D3.js/Zoom

transform.rescaleY(y) Returns a copy

2025-01-10 15:47:30