From 4e36fde4be7a4e6f604380810900ee1913c20483 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 10 Dec 2019 14:02:48 +1000 Subject: Add some basic instructions for active graph. --- detail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/detail.php b/detail.php index 875074b..0609d0e 100644 --- a/detail.php +++ b/detail.php @@ -71,6 +71,7 @@ if ($CONFIG['graph_type'] == 'canvas') { ); } echo ''; +echo '

Drag graph back and forth, or mouse scroll to zoom in or out.

'; echo "\n"; html_end(); -- cgit v1.1