I would like to generate flow chart from a list of steps. For example
- do x.
- check y.
- if true go to z
- else finish.
Could you guys help me with this. A sample java code would be great. Thanx in advance.
Btw it should support ie8.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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….
for additional help please go through the tutorials…