From 212702a8c244df38372139f9c385e2166d233d0c Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 25 Apr 2011 19:03:56 +0200 Subject: graphsize limited --- library/Pbs/Graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') diff --git a/library/Pbs/Graph.php b/library/Pbs/Graph.php index 943df8d..db0a2ef 100644 --- a/library/Pbs/Graph.php +++ b/library/Pbs/Graph.php @@ -33,7 +33,7 @@ class Pbs_Graph{ size="5,5"; pad=0.1; graph[ bgcolor=transparent ]; - node [ style=filled fillcolor="#ffffffff" ];'; + node [ fontsize=7 height=0.15 style=filled fillcolor="#ffffffff" ];'; if($this->level <0) $this->graphstring .= '"'.$this->getGroupTitle($groupID).'"'; else -- cgit v1.2.3-55-g7522