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" ] "lab-files/starter-project/NorthwindMVC/Views/Customers" -- "lab-files/starter-project/NorthwindMVC/Views/Suppliers" [label=" 474 ", penwidth="10", color="#DC143CFF"]; "lab-files/starter-project/NorthwindMVC/Views/Employees" -- "lab-files/starter-project/NorthwindMVC/Views/Suppliers" [label=" 268 ", penwidth="5", color="#DC143CA5"]; "lab-files/starter-project/NorthwindMVC/Views/Customers" -- "lab-files/starter-project/NorthwindMVC/Views/Employees" [label=" 268 ", penwidth="5", color="#DC143CA5"]; "lab-files/starter-project/NorthwindMVC/Views/Shippers" -- "lab-files/starter-project/NorthwindMVC/Views/Suppliers" [label=" 102 ", penwidth="2", color="#DC143C70"]; "lab-files/starter-project/NorthwindMVC/Views/Customers" -- "lab-files/starter-project/NorthwindMVC/Views/Shippers" [label=" 102 ", penwidth="2", color="#DC143C70"]; "lab-files/starter-project/NorthwindMVC/Views/Employees" -- "lab-files/starter-project/NorthwindMVC/Views/Shippers" [label=" 56 ", penwidth="1", color="#DC143C5E"]; "lab-files/starter-project/NorthwindMVC/Views/Customers" -- "lab-files/starter-project/NorthwindMVC/Views/Products" [label=" 56 ", penwidth="1", color="#DC143C5E"]; "lab-files/starter-project/NorthwindMVC/Views/Employees" -- "lab-files/starter-project/NorthwindMVC/Views/Products" [label=" 56 ", penwidth="1", color="#DC143C5E"]; "lab-files/starter-project/NorthwindMVC/Views/Products" -- "lab-files/starter-project/NorthwindMVC/Views/Shippers" [label=" 56 ", penwidth="1", color="#DC143C5E"]; "lab-files/starter-project/NorthwindMVC/Views/Products" -- "lab-files/starter-project/NorthwindMVC/Views/Suppliers" [label=" 56 ", penwidth="1", color="#DC143C5E"]; }