diff options
| author | Pim van den Berg | 2014-03-23 12:24:45 +0100 |
|---|---|---|
| committer | Pim van den Berg | 2014-03-23 12:29:05 +0100 |
| commit | b85a1526bdafe7af5f4d7af17b5599da09efccbc (patch) | |
| tree | b6013e8cc56f83a389e4886ad03c69157d8e59a3 /conf/config.php | |
| parent | plugin/aggregation: cpu: allow 4 digits (diff) | |
| download | apt-panopticon_cgp-b85a1526bdafe7af5f4d7af17b5599da09efccbc.zip apt-panopticon_cgp-b85a1526bdafe7af5f4d7af17b5599da09efccbc.tar.gz apt-panopticon_cgp-b85a1526bdafe7af5f4d7af17b5599da09efccbc.tar.bz2 apt-panopticon_cgp-b85a1526bdafe7af5f4d7af17b5599da09efccbc.tar.xz | |
add SVG graph support
Diffstat (limited to 'conf/config.php')
| -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 ffa42cf..b9a5098 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", "canvas" or "hybrid" (canvas on detail page, png on the others) graphs | 45 | # "png", "svg", "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 |
