Graph
(4 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" [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" | ||
+ | "Director, Operations \r" -> "Development" | ||
+ | "Director, Operations \r" -> "Server Mgmt" | ||
+ | "Director, Support \r" -> "Abuse" | ||
+ | "Director, Support \r" -> "#Support" | ||
+ | "Director, Support \r" -> "Training \r" | ||
} | } | ||
</graphviz> | </graphviz> |
Current revision as of 17:03, 12 March 2009
Graphviz Tests