Nice To Have

# Ability for links to be assigned relative time durations: Purpose is to have graphs that represents the relative time of action. For example here a-b = 1, b-c = 1.5, c-d and c-e= 3. None of the Graphvis applications provide enough control to format Sofi as it needs to be formatted. Looking for other solutions that can be integrated into FedWiki. Any that that produces readable SVG files will be good candidates.

digraph { layout=neato rank=same {a b c d} edge [len=1][label=1] a->b edge [len=1.5][label=1.5] b->c edge [len=3][label=3] c->d c->e }