Pan and zoom SVG, HTML or Canvas using mouse or touch input.


Keywords
d3, d3-module, zoom, behavior, interaction
License
ISC
Install
npm install d3-zoom@3.0.0

Documentation

d3-zoom

The zoom behavior implemented by d3-zoom is a convenient but flexible abstraction for enabling pan-and-zoom on selections. It is agnostic about the DOM, so you can use it with SVG, HTML or Canvas.

Resources