GraphView comments

This commit is contained in:
Vishesh Handa
2020-10-12 18:21:33 +02:00
parent 044592b92d
commit 8dbab76011

View File

@ -218,3 +218,9 @@ class NodeWidget extends StatelessWidget {
);
}
}
// TODO:
// - Place it somewhere in the middle and scroll to that position
// - Render the graph in a circular layout
// - Make start positions of Nodes not block
// - Figure out the ideal bounding box of the Graph (just make it double?)