summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-08-15 15:58:00 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-08-15 15:58:00 +0000
commit139304dc714409714aca88e1d9e507cf56c09159 (patch)
treed81811bb1df23d9b2cf969c31313c02feec84b4a /src
parent457ea164dd31cb3db4ad5323e14ff6ba9c32827f (diff)
downloadzetacomponents-graph-139304dc714409714aca88e1d9e507cf56c09159.zip
zetacomponents-graph-139304dc714409714aca88e1d9e507cf56c09159.tar.gz
- Fixed bar chart cylinder to only render front
Diffstat (limited to 'src')
-rw-r--r--src/renderer/3d.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/3d.php b/src/renderer/3d.php
index bbd9fe1..6a0f787 100644
--- a/src/renderer/3d.php
+++ b/src/renderer/3d.php
@@ -639,7 +639,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$barWidth / 2,
( $barCenterBottom->y - $barCenterTop->y ) * $this->yDepthFactor,
0,
- 360,
+ 180,
$color
),
);
OpenPOWER on IntegriCloud