d3-canvas-transition
d3-canvas-transition copied to clipboard
transition on canvas with d3
After zooming, the position is offset rather than zoomed in or out according to the mouse position. Finally using svg...
Is there a way to bundle this plugin with d3 using Webpack? I found a way to import some of the functions through: ```js import * as d3base from 'd3';...
I have code like this: let plot = visibleArea .append("g") .attr("clip-path", "url(#clip)"); visibleArea .append("g") .append("clipPath") .attr("id", "clip") .append("rect") .attr("x", margin) .attr("y", margin) .attr("width", width - margin - 2*axisWidth + 5)...
This is a test issue, we should not upgrade [jsdom](https://github.com/tmpvar/jsdom) until [canvas](https://github.com/Automattic/node-canvas) is compatible