Loading...
digraph G {
layout=neato
splines=ortho;
node [margin=0, fontsize=9, fontname="Verdana", style="filled", color=black, fillcolor="#c9d6ea"];
edge [color=black, arrowhead=vee, arrowsize=0.8, penwidth=1.8];
h1 [shape=rectangle, color="orange", fillcolor="#f98f25:#ffb74b", gradientangle="90", label="PRODUCTS", fontsize=13, width=1.5, height=0.6, pos="0,2!" ]
t1 [shape=triangle, fillcolor="white:#dae3f1", width=3, height=3, label="", pos="0,0!"]
t11 [shape=plaintext, fillcolor="invis", label="DAY", fontcolor="black", pos="0,-0.5!"]
t12 [shape=underline, fillcolor="invis", label="WEEK", width=2.27, height=0.4, fontcolor="black", pos="0,0!"]
t13 [shape=underline, fillcolor="invis", label="MONTH", width=1.6, height=0.4, fontcolor="black", pos="0,0.5!"]
t14 [shape=underline, fillcolor="invis", label="YEAR", width=0.937, height=0.4, fontcolor="black", pos="0,1!"]
h2 [shape=rectangle, color="orange", fillcolor="#f98f25:#ffb74b", gradientangle="90", label="STORES", fontsize=13, width=1.5, height=0.6, pos="3.5,2!" ]
t2 [shape=triangle, fillcolor="white:#dae3f1", width=3, height=3, label="", pos="3.5,0!"]
t21 [shape=plaintext, fillcolor="invis", label="DAY", fontcolor="black", pos="3.5,-0.5!"]
t22 [shape=underline, fillcolor="invis", label="WEEK", width=2.27, height=0.4, fontcolor="black", pos="3.5,0!"]
t23 [shape=underline, fillcolor="invis", label="MONTH", width=1.6, height=0.4, fontcolor="black", pos="3.5,0.5!"]
t24 [shape=underline, fillcolor="invis", label="YEAR", width=0.937, height=0.4, fontcolor="black", pos="3.5,1!"]
h3 [shape=rectangle, color="orange", fillcolor="#f98f25:#ffb74b", gradientangle="90", label="CUSTOMERS", fontsize=13, width=1.5, height=0.6, pos="7,2!" ]
t3 [shape=triangle, fillcolor="white:#dae3f1", width=3, height=3, label="", pos="7,0!"]
t31 [shape=plaintext, fillcolor="invis", label="DAY", fontcolor="black", pos="7,-0.5!"]
t32 [shape=underline, fillcolor="invis", label="WEEK", width=2.27, height=0.4, fontcolor="black", pos="7,0!"]
t33 [shape=underline, fillcolor="invis", label="MONTH", width=1.6, height=0.4, fontcolor="black", pos="7,0.5!"]
t34 [shape=underline, fillcolor="invis", label="YEAR", width=0.937, height=0.4, fontcolor="black", pos="7,1!"]
r1 [shape=rectangle, color="orange", fillcolor="#f98f25:#ffb74b", label="EPOS", fontsize=15, width=1.4, height=1.1, pos="1.75,-1.9!"]
r2 [shape=rectangle, color="orange", fillcolor="#f98f25:#ffb74b", label="ECOM", fontsize=15, width=1.4, height=1.1, pos="5.25,-1.9!" ]
p1 [shape=circle, label ="", width=0.01, fillcolor=black, pos="0,-2.9!"]
p2 [shape=circle, label ="", width=0.01, fillcolor=black, pos="5.25,-2.9!"]
p3 [shape=circle, label ="", width=0.01, fillcolor=black, pos="7,-1.9!"]
r2 -> p2 -> p1 [dir=none]
p1 -> t1
r2 -> p3 [dir=none]
p3 -> t3
r1 -> t1
r1 -> t2
r1 -> t3:sw
l1 [shape=plaintext, fillcolor="invis", label="ALWAYS", pos="4.8,-2.7!"]
l2 [shape=plaintext, fillcolor="invis", label="ALWAYS", pos="6.6,-2.1!"]
l3 [shape=plaintext, fillcolor="invis", label="ALWAYS", pos="1.35,-1.05!"]
l4 [shape=plaintext, fillcolor="invis", label="ALWAYS", pos="2.88,-1.1!"]
l5 [shape=plaintext, fillcolor="invis", label="IF CUSTOMER", pos="3.3,-1.8!"]
}