d3-plugins-dist

d3-plugins in all deployable module format (global, amd, named-amd, cjs, es6)

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
d3-plugins-dist
543.2.07 years ago8 years agoMinified + gzip package size for d3-plugins-dist in KB

Readme

d3-plugin-dist
Build Status npm version devDependency Status
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.