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, ); } }