shamansir / elm-graph-render / Graph.Geometry.Vertical

make : Options -> (a -> { width : Basics.Float, height : Basics.Float }) -> Graph.Tree.Forest a -> Graph.Geometry.Geometry a

Calculate vertical flow Geometry a (positions together with items) of the given Forest a, using the function that provides size for each item.

Options


type alias Options =
()

defaultOptions : Options