From 9298f8363ced9fbe9cba01386629281150b96945 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 13 Jan 2007 16:05:29 +0000 Subject: [PATCH] line_width 1 --- ND/Web/Pages/Graph.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ND/Web/Pages/Graph.pm b/ND/Web/Pages/Graph.pm index 9d8db07..fc0ba8e 100644 --- a/ND/Web/Pages/Graph.pm +++ b/ND/Web/Pages/Graph.pm @@ -52,7 +52,7 @@ sub render { die "Not a proper type" unless defined $type; my %graph_settings = ( - line_width => 2, + line_width => 1, y_number_format => sub { prettyValue abs $_[0]}, legend_placement => 'BL', #x_label => 'tick', -- 2.39.2