javascript - Flow Charts and State Machines -


specifically looking @ javascript libraries; javascript infovis toolkit, , d3 draw flow charts , state machines.

both of these offer plenty of ways visualize data. none of examples seem meet requirements below (especially flow chart).

to clear mean these.

flow chart

flow chart

(sourced from: http://philosophy.hku.hk/think/strategy/chart.php)

  • have branches single start , end point.
  • labels on nodes , branches.
  • have logical flow layout (e.g. not nodes randomly positioned).
  • shapes aren't important.

state machine

finite state machine

(sourced from: http://www.oracle.com/technetwork/systems/fsm-156381.html)

  • labels on nodes , branches.
  • shapes aren't important.

would either of these libraries able meet requirements?

are requirements appropriate use of libraries?

cheers,

in end went dagre-d3 able needed.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

php - Find a regex to take part of Email -

javascript - Function overwritting -