Graph
(2 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
format="svg" | format="svg" | ||
node [style=filled, color=black, fillcolor=white shape=record]; | node [style=filled, color=black, fillcolor=white shape=record]; | ||
- | "Executive Board \r" -> "Director, Operations \r" | + | "Executive Board \r" [style=filled, color=black, fillcolor=red]; |
+ | "Director, Operations \r" [style=filled, color=black, fillcolor=grey]; | ||
+ | "Executive Board \r" -> "Director, Operations \r" | ||
+ | "Director, Support \r" [style=filled, color=black, fillcolor=grey]; | ||
"Executive Board \r" -> "Director, Support \r" | "Executive Board \r" -> "Director, Support \r" | ||
"Director, Operations \r" -> "Development" | "Director, Operations \r" -> "Development" | ||
Line 12: | Line 15: | ||
"Director, Support \r" -> "Abuse" | "Director, Support \r" -> "Abuse" | ||
"Director, Support \r" -> "#Support" | "Director, Support \r" -> "#Support" | ||
- | "Director, Support \r" -> "Training" | + | "Director, Support \r" -> "Training \r" |
} | } | ||
</graphviz> | </graphviz> |
Current revision as of 17:03, 12 March 2009
Graphviz Tests