mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Use SugiyamaAlgorithm instead of BuchheimWalkerAlgorithm for skill tree
This commit is contained in:
@@ -65,8 +65,7 @@ class _SkillTreeViewState extends State<SkillTreeView> {
|
||||
maxScale: 5.6,
|
||||
child: GraphView(
|
||||
graph: widget.viewModel.graph,
|
||||
algorithm: BuchheimWalkerAlgorithm(widget.viewModel.builder,
|
||||
TreeEdgeRenderer(widget.viewModel.builder)),
|
||||
algorithm: SugiyamaAlgorithm(widget.viewModel.builder),
|
||||
paint: Paint()
|
||||
..color = Colors.green
|
||||
..strokeWidth = 1
|
||||
|
||||
Reference in New Issue
Block a user