summaryrefslogtreecommitdiffstats
path: root/src/charts/pie.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-16 08:39:55 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-16 08:39:55 +0000
commitb502e943cbdc85b1489e933c434f4eade04ec6ab (patch)
treef4d1409af35a0364561f5400026ea07a995d652e /src/charts/pie.php
parent87c1ed6ce0813da4eafbd26a422846ab8b2ac808 (diff)
downloadzetacomponents-graph-b502e943cbdc85b1489e933c434f4eade04ec6ab.zip
zetacomponents-graph-b502e943cbdc85b1489e933c434f4eade04ec6ab.tar.gz
- Implemented automatic label setting from datasets for labeled_axis
Diffstat (limited to 'src/charts/pie.php')
-rw-r--r--src/charts/pie.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/charts/pie.php b/src/charts/pie.php
index 13f8f67..084a84b 100644
--- a/src/charts/pie.php
+++ b/src/charts/pie.php
@@ -15,18 +15,6 @@
class ezcGraphPieChart extends ezcGraphChart
{
/**
- * Render a line chart
- *
- * @param ezcGraphRenderer $renderer
- * @access public
- * @return void
- */
- public function render(ezcGraphRenderer $renderer)
- {
-
- }
-
- /**
* Adds a dataset to the charts data
*
* @param string $name Name of dataset
@@ -48,5 +36,17 @@ class ezcGraphPieChart extends ezcGraphChart
}
}
+ /**
+ * Render a line chart
+ *
+ * @param ezcGraphRenderer $renderer
+ * @access public
+ * @return void
+ */
+ public function render()
+ {
+
+ }
}
+
?>
OpenPOWER on IntegriCloud