From 17b8e89991a4eee0944168aa10e0c43d2753db25 Mon Sep 17 00:00:00 2001 From: Kore Nordmann Date: Wed, 9 Aug 2006 13:03:53 +0000 Subject: - Added option to gd driver to set an external image as background - Got chart background images working again - Post process images in gd driver to not apply supersampling for images --- src/charts/line.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/charts/line.php') diff --git a/src/charts/line.php b/src/charts/line.php index a4a8863..8ca290a 100644 --- a/src/charts/line.php +++ b/src/charts/line.php @@ -168,16 +168,6 @@ class ezcGraphLineChart extends ezcGraphChart $boundings->x1 = $this->options->width; $boundings->y1 = $this->options->height; - // Render border and background - $boundings = $this->renderer->drawBox( - $boundings, - $this->options->background, - $this->options->border, - $this->options->borderWidth, - $this->options->margin, - $this->options->padding - ); - // Render subelements foreach ( $this->elements as $name => $element ) { -- cgit v1.1