summaryrefslogtreecommitdiffstats
path: root/src/charts/line.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/line.php')
-rw-r--r--src/charts/line.php10
1 files changed, 0 insertions, 10 deletions
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 )
{
OpenPOWER on IntegriCloud