graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#DC143C" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "asTestApps" -- "textLayout" [label=" 4550 ", penwidth="10", color="#DC143CFF"]; "automation_tests" -- "textLayout" [label=" 4068 ", penwidth="8", color="#DC143CDB"]; "testApps" -- "textLayout" [label=" 4014 ", penwidth="8", color="#DC143CDB"]; "automation_core" -- "textLayout" [label=" 3978 ", penwidth="8", color="#DC143CDB"]; "asTestApps" -- "automation_tests" [label=" 733 ", penwidth="1", color="#DC143C5E"]; "asTestApps" -- "testApps" [label=" 675 ", penwidth="1", color="#DC143C5E"]; "asTestApps" -- "automation_core" [label=" 639 ", penwidth="1", color="#DC143C5E"]; "automation_tests" -- "testApps" [label=" 240 ", penwidth="1", color="#DC143C4C"]; "automation_core" -- "automation_tests" [label=" 134 ", penwidth="1", color="#DC143C4C"]; "automation_core" -- "testApps" [label=" 76 ", penwidth="1", color="#DC143C4C"]; }