From 5793a8cd003643974206e44ea752ab0966cfa8c0 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 18 May 2013 16:05:43 +0200 Subject: integrate jsrrdgraph in CGP --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index 288e085..99190f1 100644 --- a/conf/config.php +++ b/conf/config.php @@ -42,6 +42,9 @@ $CONFIG['term'] = array( # show graphs in bits or bytes $CONFIG['network_datasize'] = 'bytes'; +# png or canvas graphs +$CONFIG['graph_type'] = 'png'; + # browser cache time for the graphs (in seconds) $CONFIG['cache'] = 90; -- cgit v1.1