GoJS API
/ to search
    Preparing search index...

    Enumeration LayeredDigraphCycleRemove

    This enumeration specifies how LayeredDigraphLayout changes the graph to make sure it contains no cycles or loops. Used for LayeredDigraphLayout.cycleRemoveOption.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    DepthFirst: 0

    Remove cycles using depth first cycle removal.

    FromLayers: 2

    Remove cycles depending on LayeredDigraphLayout.assignLayers determining entirely which links are backwards links.

    Greedy: 1

    Remove cycles using greedy cycle removal.