RSK
RSK

Reputation: 3

How to draw cyclic graphs in JavaScript / JQuery?

There are several questions and respective relevant answers/discussions related to '*a*cyclic graphs' and they are indeed useful. However, I did not find anything related to "cyclic graphs" and hence I choose to post this questions here.

I have some complex temporal relationships like

I need to represent these relations in a 'pictorial' forma. It will be nice if 'a', 'b', 'c' etc can be shown as images but that is trivial.

Do we have any JavaScript / JQuery available to represent such relations in a graph? I am open for inputs on other technologies like flex etc. but my first choice would be JQuery/JavaScript.

Upvotes: 0

Views: 1152

Answers (1)

Muhammad Sannan Khalid
Muhammad Sannan Khalid

Reputation: 3137

Checkout this JS library. This might help you.

http://raphaeljs.com/

Upvotes: 3

Related Questions