This is a repo that collects varies d3 plugins scattered around the web and compiles them into a distributable format.
Plugins included in this repo will be distributed in:
- ES6 module
- Anonymous AMD
- Named AMD
d3/plugins/<author>/<plugin>
- Common JS
- Global
d3.plugins.<author>.<plugin>
All plugins are hoisted inside the d3.plugins
namespace to avoid conflict with d3
itself.
This is not an exhaustive list. New plugins may be added more often than this readme gets updated.
dist
├── adnan-wahab
│ └── pathgl
├── deprecated
│ └── interpolate-zoom
├── emeeks
│ ├── adjacency-matrix
│ ├── graph
│ ├── orbit
│ └── timeline
├── jasondavies
│ ├── cloud
│ ├── parsets
│ └── longscroll
├── larskotthoff
│ └── chernoff
├── mbostock
│ ├── box
│ ├── bullet
│ ├── contour
│ ├── cubehelix
│ ├── fisheye
│ ├── geodesic
│ ├── hexbin
│ ├── hive
│ ├── horizon
│ ├── qq
│ ├── rollup
│ ├── sankey
│ ├── superformula
│ ├── tile
│ ├── topojson
│ └── urlencode
├── prcweb
│ └── circular-heat-chart
├── riccardoscalco
│ └── textures
├── skokenes
│ └── lasso
├── square
│ └── crossfilter
├── susielu
│ └── legend
├── tmcw
│ ├── jsonp
│ └── keybinding
└── zjonsson
└── force-labels
If you found bug in any of the plugins, please open issue in the original plugin's repo and create an issue in this repo referencing the issue. Distribution will be updated after the original's bug is addressed.
Each individual plugin's author owns their own work. If you do not like your plugin published this way, please open an issue.