ming-codes / d3-plugins-dist

Distributable module formats for d3-plugins
5 stars 1 forks source link

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:

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.