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" ] "testapps/WebAppWithDockerFile" -- "testapps/docker" [label=" 877 ", penwidth="10", color="#DC143CFF"]; "testapps/WebAppNoDockerFile" -- "testapps/docker" [label=" 819 ", penwidth="9", color="#DC143CED"]; "testapps/ContosoUniversityWeb" -- "testapps/docker" [label=" 683 ", penwidth="7", color="#DC143CC9"]; "testapps/BlazorWasm31" -- "testapps/BlazorWasm50" [label=" 278 ", penwidth="3", color="#DC143C82"]; "testapps/WebAppNoDockerFile" -- "testapps/WebAppWithDockerFile" [label=" 266 ", penwidth="3", color="#DC143C82"]; "testapps/ContosoUniversityBackendService" -- "testapps/ContosoUniversityWeb" [label=" 262 ", penwidth="2", color="#DC143C70"]; "testapps/ContosoUniversityWeb" -- "testapps/WebAppWithDockerFile" [label=" 234 ", penwidth="2", color="#DC143C70"]; "testapps/ContosoUniversityWeb" -- "testapps/WebAppNoDockerFile" [label=" 218 ", penwidth="2", color="#DC143C70"]; }