Minor adjustments
[fa-stable.git] / reporting / includes / class.graphic.inc
index 19572288bec1c13fae1d174d4155d72732e80593..c80f33775e377f28238dfe726450d72579e0c5d8 100644 (file)
@@ -223,7 +223,7 @@ class graph
         imagefill($this->img, 0, 0, $this->color['background']);
         //imagefilledrectangle($this->img, 0, 0, $this->width, $this->height, $this->color['background']);
         if ($border)
-               imagerectangle($this->img, 0, 0, $this->width-1, $this->height-1, $this->color['bars']);
+               imagerectangle($this->img, 0, 0, $this->width-1, $this->height-1, imagecolorallocate($this->img, 100, 150, 200));
 
         // Draw title
         if (!empty($this->title))