ng-dependency-graph icon indicating copy to clipboard operation
ng-dependency-graph copied to clipboard

Customize graph component

Open doorman02 opened this issue 7 years ago • 1 comments

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?

doorman02 avatar Feb 09 '18 13:02 doorman02

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

filso avatar Oct 04 '18 15:10 filso