summaryrefslogtreecommitdiffstats
path: root/src/axis/numeric.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-19 19:34:53 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-19 19:34:53 +0000
commit92a19bdd0c69dfa780f23fc4c38b64ad6f1d4ce9 (patch)
treee1ecd474afcc6676015bd1888e455264ea75d56d /src/axis/numeric.php
parent229b7cdfcc1e95ea45041bbad0fe2d4f6ad36e37 (diff)
downloadzetacomponents-graph-92a19bdd0c69dfa780f23fc4c38b64ad6f1d4ce9.zip
zetacomponents-graph-92a19bdd0c69dfa780f23fc4c38b64ad6f1d4ce9.tar.gz
- Added option for maximum size for arrow heads
- Made possible to define custom labels for axis - Made unused method ezcGraphChartElementAxis::drawLabels
Diffstat (limited to 'src/axis/numeric.php')
-rw-r--r--src/axis/numeric.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/axis/numeric.php b/src/axis/numeric.php
index 6ae278f..1128134 100644
--- a/src/axis/numeric.php
+++ b/src/axis/numeric.php
@@ -358,7 +358,7 @@ class ezcGraphChartElementNumericAxis extends ezcGraphChartElementAxis
// Draw label
if ( $i < $steps )
{
- $label = $this->getLabel( $i );
+ $label = sprintf( $this->formatString, $this->getLabel( $i ) );
switch ( $this->position )
{
OpenPOWER on IntegriCloud