Skip to main content

compute_layout

Function compute_layout 

Source
pub fn compute_layout(graph: &mut Graph) -> Vec<DiagramWarning>
Expand description

Compute layout for all nodes in the graph

Returns a list of warnings (e.g., cycle detected).