0

I need to draw a state chart ( or as of figure) in my mvc web app. I am using draculajs (http://www.graphdracula.net/).

I need to put two way arrow as shown in the figure but currently the arrows are overlapping.

My code to draw edge:

g.addEdge('A', 'B', { label: "son", directed: true });

g.addEdge('B', 'A', { label: "father", directed: true });

Can someone help ?

enter image description here

ketan
  • 19,129
  • 42
  • 60
  • 98
Sagar Dev Timilsina
  • 1,310
  • 15
  • 32
  • 1
    Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. – Martin Sep 08 '15 at 13:38
  • I hope, now my question is appropriate. – Sagar Dev Timilsina Sep 09 '15 at 10:08

0 Answers0