Graph
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]; | + | "Executive Board \r" [style=filled, color=black, fillcolor=red]; |
- | "Executive Board \r" -> "Director, Operations \r" | + | "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" |
Current revision as of 17:03, 12 March 2009
Graphviz Tests