summaryrefslogtreecommitdiffstats
path: root/src/charts/pie.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-08-18 10:09:06 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-08-18 10:09:06 +0000
commit94953ea4f75810e5e667425bfd55ce8d51672ee3 (patch)
treeb6e34c66f1031c2834c3578a7e80382710c2f362 /src/charts/pie.php
parente981be4dca177e235f6aa9b597d4a99c0a2cf875 (diff)
downloadzetacomponents-graph-94953ea4f75810e5e667425bfd55ce8d51672ee3.zip
zetacomponents-graph-94953ea4f75810e5e667425bfd55ce8d51672ee3.tar.gz
- Moved properties to properties array
- Fixed bug: Legend title was rendered, even when empty
Diffstat (limited to 'src/charts/pie.php')
-rw-r--r--src/charts/pie.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/charts/pie.php b/src/charts/pie.php
index 3b38648..5f4258a 100644
--- a/src/charts/pie.php
+++ b/src/charts/pie.php
@@ -15,6 +15,13 @@
class ezcGraphPieChart extends ezcGraphChart
{
+ /**
+ * Constructor
+ *
+ * @param array $options Default option array
+ * @return void
+ * @ignore
+ */
public function __construct( array $options = array() )
{
$this->options = new ezcGraphPieChartOptions( $options );
OpenPOWER on IntegriCloud