summaryrefslogtreecommitdiffstats
path: root/src/charts/pie.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-19 15:26:29 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-19 15:26:29 +0000
commit8231d5da5ceadd3f04cc52d526a838da09e034c2 (patch)
tree3fd0318d204889da496aa7265192318786ea0c70 /src/charts/pie.php
parent559f33a133a5b7d3f19afcd618fbc2e8e9ec3ade (diff)
downloadzetacomponents-graph-8231d5da5ceadd3f04cc52d526a838da09e034c2.zip
zetacomponents-graph-8231d5da5ceadd3f04cc52d526a838da09e034c2.tar.gz
- Refactored rendering methods
- Refactored chart title to be a chartelement
Diffstat (limited to 'src/charts/pie.php')
-rw-r--r--src/charts/pie.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/pie.php b/src/charts/pie.php
index a803104..49044b0 100644
--- a/src/charts/pie.php
+++ b/src/charts/pie.php
@@ -43,7 +43,7 @@ class ezcGraphPieChart extends ezcGraphChart
* @access public
* @return void
*/
- public function render()
+ public function render( $width, $height, $file = null )
{
// Generate legend
$this->elements['legend']->generateFromDataset( reset( $this->data ) );
OpenPOWER on IntegriCloud