d3-plugins-dist
v3.2.0
Published
d3-plugins in all deployable module format (global, amd, named-amd, cjs, es6)
Downloads
6,019
Maintainers
Readme
d3-plugin-dist
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.
List of Plugins
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
Contributing
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.
Licensing
Each individual plugin's author owns their own work. If you do not like your plugin published this way, please open an issue.