Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a flowchart/diagram using only HTML and CSS [closed]

I need to make a really complicated diagram for a website, in which the hierarchy will be a bit messy: arrows will go up and down, sometimes an element will point to several others, and sometimes there will be several elements pointing to the same one. I have found this method, but it doesn't allow more than one parent for an element and therefore won't do the trick in this case.

It has to be done in HTML/CSS, because my intention is to add some Javascript to change the content of the blocks dinamically.

This is an example of the level of complexity I need to achieve: chart

like image 558
Variax Avatar asked Mar 22 '13 09:03

Variax


People also ask

Can you have 2 ends in a flowchart?

The flowchart should have a defined end, and because of the possibility of multiple decision points, it may have multiple ends.

What are the 3 types of flowchart?

In 1987, Andrew Veronis published a book called Microprocessors: Design and Application that described the following three types of flowcharts: System flowchart. General flowchart. Detailed flowchart.


2 Answers

You might want to take a look at this

http://thecodeplayer.com/walkthrough/css3-family-tree

like image 192
Dineshkumar Avatar answered Oct 11 '22 14:10

Dineshkumar


Another to look for is SpaceTree example by "Nicolas Garcia Belmonte" but not a pure CSS solution. It is compatible with IE and most of browsers. Definitely worth a try.

like image 31
Sanjay Zalke Avatar answered Oct 11 '22 15:10

Sanjay Zalke