rrd graphs: Switch to SVG output format

The vector graphics can be scaled without becoming blurred.

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Tested-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Leo-Andres Hofmann
2021-08-04 13:01:06 +02:00
committed by Arne Fitzenreiter
parent 999b71cf47
commit fd7a022630
2 changed files with 52 additions and 37 deletions

View File

@@ -40,7 +40,7 @@ my $ERROR;
my @GRAPH_ARGS = (
# Output format
"--imgformat", "PNG",
"--imgformat", "SVG",
# No border
"--border", "0",