ng-dependency-graph
ng-dependency-graph copied to clipboard
Customize graph component
Hi, can the graph component easily be used for custom purposes. I want to show a dependency graph for my own .NET application. If not do you know any similar angular graph components that could be used and customized?
I'm using d3 force graph to display this: https://bl.ocks.org/mbostock/4062045 you could take ng-dependency-graph code, but I think it's easier if you start from mbostock example