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" ] "assembly" [fillcolor="deepskyblue2"]; "hugegraph-hubble" [fillcolor="deepskyblue2"]; "hugegraph-tools" [fillcolor="deepskyblue2"]; "hugegraph-client" [fillcolor="deepskyblue2"]; "hugegraph-loader" [fillcolor="deepskyblue2"]; "hugegraph-loader" -> "hugegraph-client" [label=" 54 ", penwidth="10", color="#00688bFF"]; "hugegraph-loader" -> "hugegraph-tools" [label=" 53 ", penwidth="9", color="#00688bED"]; "hugegraph-loader" -> "hugegraph-hubble" [label=" 51 ", penwidth="9", color="#DC143CED"]; "hugegraph-hubble" -> "hugegraph-client" [label=" 27 ", penwidth="5", color="#00688bA5"]; "hugegraph-tools" -> "hugegraph-client" [label=" 11 ", penwidth="2", color="#00688b70"]; "hugegraph-hubble" -> "hugegraph-tools" [label=" 7 ", penwidth="1", color="#00688b5E"]; "hugegraph-hubble" -> "hugegraph-loader" [label=" 6 ", penwidth="1", color="#DC143C5E"]; }