summaryrefslogtreecommitdiffstats
path: root/src/charts
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2009-02-04 12:57:56 +0000
committerKore Nordmann <github@kore-nordmann.de>2009-02-04 12:57:56 +0000
commit3b6a1ee726cc296a48f334e46f0a786ee2ad9847 (patch)
tree44be4e1ab250741a902b92ce3641ded9df7a32fa /src/charts
parent548ace10f5dbfd92ba0a1b9f370a6d4f21e131b3 (diff)
downloadzetacomponents-graph-3b6a1ee726cc296a48f334e46f0a786ee2ad9847.zip
zetacomponents-graph-3b6a1ee726cc296a48f334e46f0a786ee2ad9847.tar.gz
- Tested multiple axis, when used with different axis space settings.
- Finally fixes issue #13631: Rendering issues, when axisSpace set to 0
Diffstat (limited to 'src/charts')
-rw-r--r--src/charts/line.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/line.php b/src/charts/line.php
index ea8214f..90f691a 100644
--- a/src/charts/line.php
+++ b/src/charts/line.php
@@ -617,7 +617,7 @@ class ezcGraphLineChart extends ezcGraphChart
$this->driver->options->font = $element->font;
$element->nullPosition = $element->chartPosition;
- $boundings = $element->render( $this->renderer, $boundings );
+ $boundings = $element->render( $this->renderer, $boundings, $innerBoundings );
}
// Render graph
OpenPOWER on IntegriCloud