@racouster wrote:
CycleFromLayers is in the documenation:
CycleFromLayersWhat happened to it?
go.LayeredDigraphLayout.CycleFromLayerse.g.:
layout: $(go.LayeredDigraphLayout,
{
cycleRemoveOption: go.LayeredDigraphLayout.CycleFromLayers, //CycleDepthFirst CycleFromLayers CycleGreedy
}Produces JS error:
go-debug.js:5 Uncaught Error: LayeredDigraphLayout.cycleRemoveOption value is not an instance of a constant of class LayeredDigraphLayout: undefined
Posts: 2
Participants: 2