summaryrefslogtreecommitdiffstats
path: root/src/options
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-09-19 15:50:07 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-09-19 15:50:07 +0000
commit4d278aa89532d652027b135a10dbf66449d0e439 (patch)
tree94010ede7741001b95b913ea99cb0183cf2a08c1 /src/options
parent07b3bbfeee01d2b73c3d5dd47f900c07edd09952 (diff)
downloadzetacomponents-graph-4d278aa89532d652027b135a10dbf66449d0e439.zip
zetacomponents-graph-4d278aa89532d652027b135a10dbf66449d0e439.tar.gz
- Enhanced pie chart labeling algorithm
Diffstat (limited to 'src/options')
-rw-r--r--src/options/renderer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/renderer.php b/src/options/renderer.php
index 044c1c3..cdebc4a 100644
--- a/src/options/renderer.php
+++ b/src/options/renderer.php
@@ -55,7 +55,7 @@ class ezcGraphRendererOptions extends ezcGraphChartOptions
*/
public function __construct( array $options = array() )
{
- $this->properties['maxLabelHeight'] = .15;
+ $this->properties['maxLabelHeight'] = .10;
$this->properties['showSymbol'] = true;
$this->properties['symbolSize'] = 6;
$this->properties['moveOut'] = .1;
OpenPOWER on IntegriCloud