diff options
Diffstat (limited to '')
-rw-r--r-- | conf/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
42 | # show graphs in bits or bytes | 42 | # show graphs in bits or bytes |
43 | $CONFIG['network_datasize'] = 'bytes'; | 43 | $CONFIG['network_datasize'] = 'bytes'; |
44 | 44 | ||
45 | # png or canvas graphs | 45 | # "png", "canvas" or "hybrid" (canvas on detail page, png on the others) graphs |
46 | $CONFIG['graph_type'] = 'png'; | 46 | $CONFIG['graph_type'] = 'png'; |
47 | 47 | ||
48 | # For canvas graphs, use 'async' or 'sync' fetch method | 48 | # For canvas graphs, use 'async' or 'sync' fetch method |