The treegraph series is a way of visualising a directed tree data
structure with a single root element. Our treegraph enforces one
boundary over the data structure:
there cannot be any cycles in the data
e.g. A -> B -> C -> A