From b85a1526bdafe7af5f4d7af17b5599da09efccbc Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 23 Mar 2014 12:24:45 +0100 Subject: add SVG graph support --- 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 ffa42cf..b9a5098 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", "canvas" or "hybrid" (canvas on detail page, png on the others) graphs +# "png", "svg", "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