d3-plugins icon indicating copy to clipboard operation
d3-plugins copied to clipboard

[DEPRECATED] A repository for sharing D3.js V3 plugins.

Results 69 d3-plugins issues
Sort by recently updated
recently updated
newest added

First off, thanks for the existing work on this plugin! In using the plugin, I've found that if the number of nodes is large enough and the passed in height...

I realize this is a deprecated repo, but the src code for d3.keybinding is hosted here, instead of as a separate repo anywhere else. In d3.keybinding, the callback for each...

In [this amazing visualization](http://www.nytimes.com/newsgraphics/2013/09/13/fashion-week-editors-picks/) from the NY-Times team, you can see the [Cartesian Disortion](http://bost.ocks.org/mike/fisheye/#cartesian) in action. In one case, i think that this visualization can be improved. As you can...

Im having issues using the sankey diagram with my data. Basically I have 7 nodes connected with a not defined number of links between them. I created an example of...

Each link between nodes is drawn using a bezier curve from the right-hand side of the From node to the left-hand side of the To node. The stroke width of...

If anyone interested, I have completed a first version of a `d3v4` version of `horizon` https://github.com/timelyportfolio/d3-horizon. I'd love help, feedback, tests.

I get a incorrect outline that is 1px to wide at the right side. The image i'm testing is this: http://i.imgur.com/gIXu6GS.png The image contour must be 140px not 141px Using...

It would be handy to have an easy way to lookup GIS-style projection definitions. For example, [EPSG:2163](http://spatialreference.org/ref/epsg/2163/) could map to: ``` js d3.geo.azimuthalEqualArea().rotate([100, -45]) ``` while [ESRI:102003](http://spatialreference.org/ref/esri/102003/) would map to...

req

Loving the sankey plugin! But apparently it won't handle networks with cycles, for example: http://locecon.org/clusters/network/8/ Any ideas about how to fix, work around, or otherwise grapple with the problem? If...

req