summaryrefslogtreecommitdiffstats
path: root/src/options/chart.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-09-24 10:05:52 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-09-24 10:05:52 +0000
commiteac6feb77d1f0ab2e903bb0ab218304c0274464c (patch)
treeeba99a0f0c5f7ecf83daa1340bb9abfb0b7d1058 /src/options/chart.php
parent10bce6de1d1caaf7b414f4a4b87c3dad666345b7 (diff)
downloadzetacomponents-graph-eac6feb77d1f0ab2e903bb0ab218304c0274464c.zip
zetacomponents-graph-eac6feb77d1f0ab2e903bb0ab218304c0274464c.tar.gz
- Set font path instead of no longer used option font
Diffstat (limited to 'src/options/chart.php')
-rw-r--r--src/options/chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/chart.php b/src/options/chart.php
index 818a1df..717fd14 100644
--- a/src/options/chart.php
+++ b/src/options/chart.php
@@ -48,7 +48,7 @@ class ezcGraphChartOptions extends ezcBaseOptions
$this->properties['height'] = max( 1, (int) $propertyValue );
break;
case 'font':
- $this->properties['font']->font = $propertyValue;
+ $this->properties['font']->path = $propertyValue;
break;
default:
throw new ezcBasePropertyNotFoundException( $propertyName );
OpenPOWER on IntegriCloud