I want to draw a flow chart in my app using HTML. I was wondering if there are libraries or examples out there.
Asked
Active
Viewed 2.4k times
1 Answers
4
That won't be possible in pure HTML. You will have to use javascript to some extent, possibly CSS as well. There are many javacript charting libraries out there to help (some free, some paid) - depending on the task you need. Here is one free one: flowchart.js
And this post might help:
Also these SO answers might also help you:

Community
- 1
- 1