Skip to content

vanch3d/DependencyWheel

 
 

Repository files navigation

d3-dependencyWheel

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.

Installing

If you use NPM, npm install d3-calendar. Otherwise, download the latest release.

Usage

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.

API Reference

# d3.dependencyWheel()

Constructs a new dependency graph

TO DO

Changelog

  • 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

About

A package dependency visualization using d3.js. Currently supports Composer for PHP.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%