1

Anyone knows d3.js? I have a question:

Is it possible that I draw a directed graph?

Note that:the graph starts at one node and may ends with one node.So it's not a tree.

Example: A->B->C,A->D->C. those are paths in one graph.

VividD
  • 10,456
  • 6
  • 64
  • 111
skymoney
  • 211
  • 3
  • 12

1 Answers1

1

There is a very similar identical question here You'll find all explanations and options for your problem there.

Community
  • 1
  • 1
VividD
  • 10,456
  • 6
  • 64
  • 111