File size: 1,503 Bytes
864910e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
digraph {
	rankdir=RL
	N0 [label="Property Appraisal" color="#9575CD" fillcolor="#EDE7F6" shape=ellipse style=filled]
	N1 [label="Eviction Process" color="#4DB6AC" fillcolor="#E0F2F1" shape=box style=filled]
	N2 [label="Offer Submission" color="#03A9F4" fillcolor="#B3E5FC" shape=hexagon style=filled]
	N3 [label="Ownership Transfer" color="#03A9F4" fillcolor="#B3E5FC" shape=box style=filled]
	N4 [label="Home Inspection" color="#9575CD" fillcolor="#EDE7F6" shape=box style=filled]
	N5 [label="Tenant Screening" color="#9575CD" fillcolor="#EDE7F6" shape=diamond style=filled]
	N6 [label="Price Negotiation" color="#03A9F4" fillcolor="#B3E5FC" shape=box style=filled]
	N7 [label="Tax Assessment" color="#4DB6AC" fillcolor="#E0F2F1" shape=box style=filled]
	N8 [label="Closing Meeting" color="#4DB6AC" fillcolor="#E0F2F1" shape=ellipse style=filled]
	N0 -> N1 [color="#000000" dir=forward penwidth=1.5 style=dashed]
	N1 -> N2 [label=appraises color="#000000" dir=forward penwidth=1.5 style=dashed]
	N2 -> N3 [label=develops color="#03A9F4" dir=forward penwidth=1.5 style=solid]
	N3 -> N4 [color="#4DB6AC" dir=forward penwidth=1.5 style=dashed]
	N4 -> N5 [label=registers color="#03A9F4" dir=forward penwidth=1.5 style=dashed]
	N5 -> N6 [color="#4DB6AC" dir=forward penwidth=1.5 style=solid]
	N6 -> N7 [color="#03A9F4" dir=forward penwidth=1.5 style=solid]
	N7 -> N8 [label=assigns color="#4DB6AC" dir=forward penwidth=1.5 style=dashed]
	N2 -> N5 [color="#4DB6AC" dir=forward penwidth=1.5 style=dashed]
}