diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-08-18 10:09:06 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-08-18 10:09:06 +0000 |
commit | 94953ea4f75810e5e667425bfd55ce8d51672ee3 (patch) | |
tree | b6e34c66f1031c2834c3578a7e80382710c2f362 /src/datasets/array.php | |
parent | e981be4dca177e235f6aa9b597d4a99c0a2cf875 (diff) | |
download | zetacomponents-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/datasets/array.php')
-rw-r--r-- | src/datasets/array.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/datasets/array.php b/src/datasets/array.php index 44aa82c..1d28aa0 100644 --- a/src/datasets/array.php +++ b/src/datasets/array.php @@ -14,6 +14,13 @@ */ class ezcGraphArrayDataSet extends ezcGraphDataSet { + /** + * Constructor + * + * @param array $options Default option array + * @return void + * @ignore + */ public function __construct( $data ) { $this->createFromArray( $data ); |