I have written a script to graphically display some row-oriented data, with bars, labels and connections between rows. As the dataset has grown, the resulting SVG element ha
As of D3 2.8.0, the new d3.behavior.zoom allows you to set the current scale, e.g.
d3.behavior.zoom
d3.behavior.zoom() .scale(currentScale);