A d3-module (version 4) implementation of a dependency graph.
The module is based on the original Dependency Wheel and has been refactored to be more compliant with current patterns for d3 modules, see Mike Bostock's guidelines.
If you use NPM, npm install d3-calendar. Otherwise, download the latest release.
Make sure to include both d3 (version 4, not included) and the module, in this order.
<script src="d3.min.js"></script>
<script src="/dist/d3-dependencyWheel.min.js"></script>Check the examples for mode detailed instructions.
# d3.dependencyWheel()
Constructs a new dependency graph
TO DO
- v2.0.0
- refactored project for consistency with d3v4 modules
- v1.2.0
- added customisation for chart's color and tooltip
- added optional attributes for packages in data structure