6 ms·
There are lots of JS graph viz packages if that's all you want.
by bockris 13y ago
There are lots of JS graph viz packages if that's all you want.
- CmonDev 13y agoCan you please give me an example that would support specifying graph elements in form of: { name: "", inputs : {}, outputs {} } ? Specialized lib is always better. The best thing about noFlo is visualisation.
- bockris 13y agoI'm not sure I understand your syntax. Graphs are typically specified as relationships (edges) between nodes. a->b b->c d->c { name: "a", inputs : {}, outputs {"b"} } { name: "b", inputs : {"a"}, outputs {"c"} } { name: "c", inputs : {"b","d"}, outputs {} } { name: "d", inputs : {}, outputs {"c"} } ???
- CmonDev 13y agoOK, tell me which lib takes whatever JSON and allows laying it out like NoFlo and allows custom styling of nodes AND connections (colors, icons, font other styling). Something higher-level then D3.
- bockris 13y agoentitled much? http://lmgtfy.com/?q=javascript+graph+visualization http://lmgtfy.com/?q=javascript+graph+visualization