From b2e89a58ef6aad07b7e303754c3f3e0657b21561 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Tue, 30 Jun 2015 09:43:04 -0400 Subject: [PATCH] trying full-size-mode in the right place --- html/includes/graphs/common.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/includes/graphs/common.inc.php b/html/includes/graphs/common.inc.php index a46b353841..ebbf6a6e41 100644 --- a/html/includes/graphs/common.inc.php +++ b/html/includes/graphs/common.inc.php @@ -32,3 +32,4 @@ if ($width <= "300") { $rrd_options .= " --font LEGEND:7:" . $config['mono_font' else { $rrd_options .= " --font LEGEND:8:" . $config['mono_font'] . " --font AXIS:7:" . $config['mono_font']; } $rrd_options .= " --font-render-mode normal"; +$rrd_options .= " --full-size-mode";