summaryrefslogtreecommitdiffstats
path: root/src/charts/pie.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/pie.php')
-rw-r--r--src/charts/pie.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/charts/pie.php b/src/charts/pie.php
new file mode 100644
index 0000000..dc774c4
--- /dev/null
+++ b/src/charts/pie.php
@@ -0,0 +1,29 @@
+<?php
+/**
+ * File containing the abstract ezcGraphPieChart class
+ *
+ * @package Graph
+ * @version $id$
+ * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
+ * @license http://ez.no/licenses/new_bsd New BSD License
+ */
+/**
+ * Class to represent a pie chart.
+ *
+ * @package Graph
+ */
+class ezcGraphPieChart extends ezcGraphChart
+{
+ /**
+ * Render a line chart
+ *
+ * @param ezcGraphRenderer $renderer
+ * @access public
+ * @return void
+ */
+ public function render(ezcGraphRenderer $renderer)
+ {
+
+ }
+}
+?>
OpenPOWER on IntegriCloud