d3 / d3-zoom

Pan and zoom SVG, HTML or Canvas using mouse or touch input.
https://d3js.org/d3-zoom
ISC License
507 stars 143 forks source link

Zoom center #212

Open Fil opened 4 years ago

Fil commented 4 years ago

fixes #211

examples: https://observablehq.com/d/9035ed7049aaa8c6 & https://observablehq.com/d/48ff4a64c477cc79

kris7t commented 1 year ago

Thanks for this! I'm current using this for my visualization using yarn and

{
  "resolutions": {
    "d3-zoom@npm:^3.0.0": "git@github.com:d3/d3-zoom.git#commit=3afbe2ae2dfb3129231c5567db56dafb2d6a56a6"
  }
}

in my package.json.