M
M
Mikhail Kalinin2015-05-20 21:55:07
JavaScript
Mikhail Kalinin, 2015-05-20 21:55:07

Flowchart implementation via HTML/JS. What to use?

There is a block diagram, it must be done in a primitive way on the web page, it should be possible to select the Yes / No option, followed by the transition to the desired item. How can it be implemented?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Tartmin, 2015-05-20
@baskerville42

If you need to specifically draw the elements of the flowchart, then you need to look for a ready-made library. If you just display information on click, then write a code on jQuery that, when you click on a specific element, will show another one.

R
Radmir, 2015-05-21
@RadmirZ

d3js.org - there is also a block diagram

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question