5 ms·
I'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 : {}
by bockris 13y ago
I'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