summaryrefslogtreecommitdiffstats
path: root/src/options/chart.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-10-27 10:27:14 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-10-27 10:27:14 +0000
commit4ed2de1f6271653a6f965237a245d0d4c2535aab (patch)
treef5add06d6b7d81e687e978f334d01e4ebc9f0ad3 /src/options/chart.php
parent1658235bc062aed25270711694430deba7c31c77 (diff)
downloadzetacomponents-graph-4ed2de1f6271653a6f965237a245d0d4c2535aab.zip
zetacomponents-graph-4ed2de1f6271653a6f965237a245d0d4c2535aab.tar.gz
- Added more tests and fixed some minor setter and getter bugs
Diffstat (limited to 'src/options/chart.php')
-rw-r--r--src/options/chart.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/options/chart.php b/src/options/chart.php
index 717fd14..4d6139d 100644
--- a/src/options/chart.php
+++ b/src/options/chart.php
@@ -12,7 +12,7 @@
*
* @property int $width
* Width of the chart.
- * @property int $heigh
+ * @property int $height
* Height of the chart.
* @property int $font
* Font used in the graph.
@@ -23,6 +23,8 @@ class ezcGraphChartOptions extends ezcBaseOptions
{
public function __construct( array $options = array() )
{
+ $this->properties['width'] = false;
+ $this->properties['height'] = false;
$this->properties['font'] = new ezcGraphFontOptions();
parent::__construct( $options );
OpenPOWER on IntegriCloud