X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fclass.graphic.inc;h=c80f33775e377f28238dfe726450d72579e0c5d8;hb=398ad92b6dcb1e6c04dd6011906ff73e9fe17e13;hp=19572288bec1c13fae1d174d4155d72732e80593;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/reporting/includes/class.graphic.inc b/reporting/includes/class.graphic.inc index 19572288..c80f3377 100644 --- a/reporting/includes/class.graphic.inc +++ b/reporting/includes/class.graphic.inc @@ -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))