HTML diagram structural diagram

I am looking for a better approach for drawing some streams in HTML. This is for a user visiting a website where they select some options and then see some numbers / entities linked by arrows being pulled from some data table. It shouldn't be too fancy, but flexible (# of entities changes).

What's the best tool for this? JS, HTML5, PHP, CSS?

+3


source to share


3 answers


I would also look at D3 tools (data driven documents) - a javascript library that allows all kinds of graphs and charts - flow and stuff.



+1


source


Here are the most commonly used online tools for building a flowchart in html



http://www.smashingapps.com/2011/08/26/45-free-online-tools-to-create-charts-diagrams-and-flowcharts.html

0


source


Don't use HTML, use inline SVG context in HTML5 .

For example Drawing flowcharts with CSS and SVG .

0


source







All Articles