summaryrefslogtreecommitdiffstats
path: root/src/charts/bar.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/bar.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/bar.php')
-rw-r--r--src/charts/bar.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/charts/bar.php b/src/charts/bar.php
index def5397..b20901b 100644
--- a/src/charts/bar.php
+++ b/src/charts/bar.php
@@ -15,6 +15,13 @@
class ezcGraphBarChart extends ezcGraphLineChart
{
+ /**
+ * Constructor
+ *
+ * @param array $options Default option array
+ * @return void
+ * @ignore
+ */
public function __construct( array $options = array() )
{
parent::__construct();
OpenPOWER on IntegriCloud