Giter VIP home page Giter VIP logo

dependencywheel's People

Contributors

fzaninotto avatar gordonlesti avatar grillorafael avatar katrotz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dependencywheel's Issues

Fails with D3js V4.

Replaced:
<script src="js/d3.min.js"></script>
With:
<script src="https://d3js.org/d3.v4.min.js"></script>

This breaks the dependency wheel graph.

Add information about the used and resolved version

It would be extremely useful if the dep package names (the ones outside the circle) had next to them the versions, at which they are used. It would be even more useful if, when showing deps of a particular package, there would also be the version constraint (the version at which the deps are requested) next to the lines. Would something like this be possible?

My project has 120 dependencies, and clue/graph-composer produces a 16 MB PNG that is 25k px wide; it's impossible to understand anything at all from it. Adding the above would be a real life-saver!

Fails with basic example dataset mentioned in the documentation.

Tried to test it with the dataset used in the documentation:
var data = {
packageNames: ['Main', 'A', 'B'],
matrix: [[0, 1, 1], // Main depends on A and B
[0, 0, 1], // A depends on B
[0, 0, 0]] // B doesn't depend on A or Main
};

DependencyWheel based on above data set still shows that A depends on Main - doesn't reflect the data. Seems something is wrong.

Add NPM support

Add package.json file to support npm install from git and imports using browserify

Any plans to bring this upto date with v7?

Just found this and wanted to use it in a new project but I think it's not loading in a compatible way. I am new to d3 so I can't just go about upgrading but I can try my hand.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.