Graph::show_new_allocations
fn show_new_allocations(
self: Graph
) -> Graph
Configures the graph to show new allocations.
Examples
graph()
.add(allocations())
.show_new_allocations()
.save();
fn show_new_allocations(
self: Graph
) -> Graph
Configures the graph to show new allocations.
graph()
.add(allocations())
.show_new_allocations()
.save();