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
(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
(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
Post a Comment