From 02e042b4fbfa38fe01bcf35d28365af41290114b Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Mon, 3 Mar 2014 18:36:02 +0100 Subject: [PATCH] incremented the font size of the titles in 'bind' graph --- lib/bind.pm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/bind.pm b/lib/bind.pm index f3df734..963960d 100644 --- a/lib/bind.pm +++ b/lib/bind.pm @@ -819,7 +819,6 @@ sub bind_cgi { "--lower-limit=0", $zoom, @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:inq0=$rrd:bind" . $e . "_inq01:AVERAGE", "DEF:inq1=$rrd:bind" . $e . "_inq02:AVERAGE", @@ -858,7 +857,6 @@ sub bind_cgi { @riglim, "--lower-limit=0", @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:inq0=$rrd:bind" . $e . "_inq01:AVERAGE", "DEF:inq1=$rrd:bind" . $e . "_inq02:AVERAGE", @@ -948,7 +946,6 @@ sub bind_cgi { "--lower-limit=0", $zoom, @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:ouq0=$rrd:bind" . $e . "_ouq01:AVERAGE", "DEF:ouq1=$rrd:bind" . $e . "_ouq02:AVERAGE", @@ -987,7 +984,6 @@ sub bind_cgi { @riglim, "--lower-limit=0", @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:ouq0=$rrd:bind" . $e . "_ouq01:AVERAGE", "DEF:ouq1=$rrd:bind" . $e . "_ouq02:AVERAGE", @@ -1075,7 +1071,6 @@ sub bind_cgi { "--lower-limit=0", $zoom, @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:ss0=$rrd:bind" . $e . "_ss01:AVERAGE", "DEF:ss1=$rrd:bind" . $e . "_ss02:AVERAGE", @@ -1114,7 +1109,6 @@ sub bind_cgi { @riglim, "--lower-limit=0", @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:ss0=$rrd:bind" . $e . "_ss01:AVERAGE", "DEF:ss1=$rrd:bind" . $e . "_ss02:AVERAGE", @@ -1204,7 +1198,6 @@ sub bind_cgi { "--lower-limit=0", $zoom, @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:rs0=$rrd:bind" . $e . "_rs01:AVERAGE", "DEF:rs1=$rrd:bind" . $e . "_rs02:AVERAGE", @@ -1243,7 +1236,6 @@ sub bind_cgi { @riglim, "--lower-limit=0", @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:rs0=$rrd:bind" . $e . "_rs01:AVERAGE", "DEF:rs1=$rrd:bind" . $e . "_rs02:AVERAGE", @@ -1331,7 +1323,6 @@ sub bind_cgi { "--lower-limit=0", $zoom, @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:crr0=$rrd:bind" . $e . "_crr01:AVERAGE", "DEF:crr1=$rrd:bind" . $e . "_crr02:AVERAGE", @@ -1370,7 +1361,6 @@ sub bind_cgi { @riglim, "--lower-limit=0", @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:crr0=$rrd:bind" . $e . "_crr01:AVERAGE", "DEF:crr1=$rrd:bind" . $e . "_crr02:AVERAGE",