From a422b09fce7d6738838c5a6bba1c46d46ebf5a3b Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sat, 26 Sep 2020 06:17:44 +0200 Subject: [PATCH] GraphView: Allow scaling out far more This way we can see allmost the entire graph. --- lib/screens/graph_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/graph_view.dart b/lib/screens/graph_view.dart index dd8d464b..2071ec4a 100644 --- a/lib/screens/graph_view.dart +++ b/lib/screens/graph_view.dart @@ -126,6 +126,7 @@ class _GraphViewState extends State { child: view, panEnabled: true, constrained: false, + minScale: 0.1, ); } }