From 39ca2ff699bac79043bbeac9534dbf1f28df4d2b Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 12 Jan 2014 14:56:19 +0100 Subject: add graph_type "hybrid" to show canvas on detail page, png on the others --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index b808a70..f2fab29 100644 --- a/conf/config.php +++ b/conf/config.php @@ -42,7 +42,7 @@ $CONFIG['term'] = array( # show graphs in bits or bytes $CONFIG['network_datasize'] = 'bytes'; -# png or canvas graphs +# "png", "canvas" or "hybrid" (canvas on detail page, png on the others) graphs $CONFIG['graph_type'] = 'png'; # For canvas graphs, use 'async' or 'sync' fetch method -- cgit v1.1