diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-02-26 14:20:12 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-02-26 14:20:12 +0000 |
commit | 2df024d6dcc05744162993178e6050fe1917b6a2 (patch) | |
tree | 08dd3c56312866b9042ebb6874e530f7248e6cb2 /src/element | |
parent | 15e0162c83faa211ea4e4e6cae7faf70e10e9a9c (diff) | |
download | zetacomponents-graph-2df024d6dcc05744162993178e6050fe1917b6a2.zip zetacomponents-graph-2df024d6dcc05744162993178e6050fe1917b6a2.tar.gz |
- Implemented #20276 for exact axis label renderer
Diffstat (limited to 'src/element')
-rw-r--r-- | src/element/axis.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/element/axis.php b/src/element/axis.php index f355fcf..d332b89 100644 --- a/src/element/axis.php +++ b/src/element/axis.php @@ -264,7 +264,7 @@ abstract class ezcGraphChartElementAxis extends ezcGraphChartElement $this->getLabel( $major ), array(), $this->isZeroStep( $major ), - ( $major !== $majorSteps ) + ( $major === $majorSteps ) ); // Do not add minor steps at major steps positions |