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" ] "juneau-petstore-api" [fillcolor="deepskyblue2"]; "juneau-petstore-client" [fillcolor="deepskyblue2"]; "juneau-petstore-server" [fillcolor="deepskyblue2"]; "juneau-petstore-server" -> "juneau-petstore-api" [label=" 5 ", penwidth="5", color="#00688bA5"]; }