Hello !
In your documentation, you indicate that the LayeredDigraph layout is slow, which I indeed noticed with a graph of about 200 nodes. Would you have a sample (or guidance) on virtualizing diagrams with such a layout?
Thanks!
Marc
Hello !
In your documentation, you indicate that the LayeredDigraph layout is slow, which I indeed noticed with a graph of about 200 nodes. Would you have a sample (or guidance) on virtualizing diagrams with such a layout?
Thanks!
Marc
At this time we do not have a virtualized LayeredDigraphLayout. However the point of virtualization is to reduce loading time by not having to create so many Nodes and Links. Virtualization does not change the performance of any Layout. Since LayeredDigraphLayout is slow, there is very little to be gained by having a virtualized LayeredDigraphLayout.
OK. So what other layout could we be using that would give us something close to the LayeredDigraphLayout?
Thanks again,
Marc.
That depends on your requirements and your graphs. I assume you are familiar with GoJS Layouts -- Northwoods Software.