2

I would like to generate flow chart from a list of steps. For example

  1. do x.
  2. check y.
  3. if true go to z
  4. else finish.

Could you guys help me with this. A sample java code would be great. Thanx in advance.

Btw it should support ie8.

Bayzid
  • 105
  • 11

1 Answers1

2

I found a very good javascript library by which one can easily draw flow chart from plain text.... I thought it might help some one to share the library... here is the link....

  1. New: http://dmitrybaranovskiy.github.io/raphael/ [old: http://raphaeljs.com/]

for additional help please go through the tutorials...

  1. http://www.irunmywebsite.com/raphael/additionalhelp.php
Bayzid
  • 105
  • 11