mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-03 14:26:26 +00:00
Changed algorithm order
This commit is contained in:
@@ -154,6 +154,11 @@ GraphReorder.prototype.getObjectSelectedGroup = function(object)
|
||||
return 0;
|
||||
}
|
||||
|
||||
GraphReorder.prototype.getPriority = function()
|
||||
{
|
||||
return -8.5;
|
||||
}
|
||||
|
||||
|
||||
// Factory for connected components.
|
||||
function CreateAlgorithmGraphReorder(graph, app)
|
||||
|
||||
Reference in New Issue
Block a user