summaryrefslogtreecommitdiffstats
path: root/src/element
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-12-15 10:23:06 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-12-15 10:23:06 +0000
commit0f0d4def49664b84f9aebc9ac94f4b9ac3a5a8bb (patch)
tree087544c02969453e03a27336fe54e02de7a888bc /src/element
parent608e7e2984878c368127f41bb722c416e533c646 (diff)
downloadzetacomponents-graph-0f0d4def49664b84f9aebc9ac94f4b9ac3a5a8bb.zip
zetacomponents-graph-0f0d4def49664b84f9aebc9ac94f4b9ac3a5a8bb.tar.gz
- Fixed majorStep default value to be null
Diffstat (limited to 'src/element')
-rw-r--r--src/element/axis.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/element/axis.php b/src/element/axis.php
index cdcd26c..5677fda 100644
--- a/src/element/axis.php
+++ b/src/element/axis.php
@@ -60,8 +60,8 @@ abstract class ezcGraphChartElementAxis extends ezcGraphChartElement
$this->properties['axisSpace'] = .1;
$this->properties['majorGrid'] = false;
$this->properties['minorGrid'] = false;
- $this->properties['majorStep'] = false;
- $this->properties['minorStep'] = false;
+ $this->properties['majorStep'] = null;
+ $this->properties['minorStep'] = null;
$this->properties['formatString'] = '%s';
$this->properties['label'] = false;
$this->properties['labelSize'] = 14;
OpenPOWER on IntegriCloud