FlowGen / test /graphviz /graph_easy /graphviz_100.dot
Anonymous112233's picture
Add files using upload-large-folder tool
7385007 verified
digraph {
rankdir=BT
N0 [label="Background Check" color="#388E3C" fillcolor="#C8E6C9" shape=ellipse style=filled]
N1 [label="Applicant Tracking System Management" color="#388E3C" fillcolor="#C8E6C9" shape=plaintext style=filled]
N2 [label="Recruiter Training" color="#C2B2F0" fillcolor="#EFE6FF" shape=ellipse style=filled]
N3 [label="Social Recruiting" color="#FFCC7A" fillcolor="#FFF6D9" shape=box style=filled]
N4 [label="Campus Recruitment" color="#388E3C" fillcolor="#C8E6C9" shape=parallelogram style=filled]
N5 [label="Freelancer Engagement" color="#FFCC7A" fillcolor="#FFF6D9" shape=ellipse style=filled]
N6 [label="Candidate Feedback Collection" color="#C2B2F0" fillcolor="#EFE6FF" shape=ellipse style=filled]
N7 [label="Diversity Sourcing" color="#FFCC7A" fillcolor="#FFF6D9" shape=hexagon style=filled]
N8 [label="Recruitment Analytics" color="#C2B2F0" fillcolor="#EFE6FF" shape=ellipse style=filled]
N0 -> N1 [color="#000000" dir=forward penwidth=1.5 style=solid]
N1 -> N2 [color="#000000" dir=forward penwidth=1.5 style=solid]
N2 -> N3 [label=tests color="#388E3C" dir=forward penwidth=1.5 style=solid]
N3 -> N4 [label=advertises color="#C2B2F0" dir=forward penwidth=1.5 style=solid]
N4 -> N5 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N5 -> N6 [label=optimizes color="#000000" dir=forward penwidth=1.5 style=solid]
N6 -> N7 [color="#388E3C" dir=forward penwidth=1.5 style=dashed]
N7 -> N8 [color="#388E3C" dir=forward penwidth=1.5 style=dashed]
N7 -> N6 [color="#C2B2F0" dir=forward penwidth=1.5 style=solid]
N5 -> N4 [label=declines color="#FFCC7A" dir=forward penwidth=1.5 style=dashed]
}