digraph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "tools" [fillcolor="deepskyblue2"]; "runtime" [fillcolor="deepskyblue2"]; "ROOT" [fillcolor="deepskyblue2"]; "common" [fillcolor="deepskyblue2"]; "ml" [fillcolor="deepskyblue2"]; "webui" [fillcolor="deepskyblue2"]; "conf" [fillcolor="deepskyblue2"]; "client" [fillcolor="deepskyblue2"]; "compiler" [fillcolor="deepskyblue2"]; "compiler" -> "common" [label=" 102 ", penwidth="10", color="#00688bFF"]; "runtime" -> "common" [label=" 87 ", penwidth="8", color="#00688bDB"]; "runtime" -> "conf" [label=" 20 ", penwidth="1", color="#00688b5E"]; "compiler" -> "runtime" [label=" 7 ", penwidth="1", color="#DC143C4C"]; "client" -> "runtime" [label=" 5 ", penwidth="1", color="#00688b4C"]; "client" -> "compiler" [label=" 3 ", penwidth="1", color="#DC143C4C"]; "runtime" -> "compiler" [label=" 2 ", penwidth="1", color="#DC143C4C"]; "client" -> "common" [label=" 2 ", penwidth="1", color="#00688b4C"]; "client" -> "conf" [label=" 2 ", penwidth="1", color="#00688b4C"]; "compiler" -> "client" [label=" 2 ", penwidth="1", color="#DC143C4C"]; "compiler" -> "conf" [label=" 2 ", penwidth="1", color="#00688b4C"]; }