summaryrefslogtreecommitdiffstats
path: root/src/charts/pie.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-08 07:38:24 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-08 07:38:24 +0000
commit2ec481fc479ba898c9b4506cdeb9450887a3fa57 (patch)
treedc859b95781e71e5f529149b27b44e6a516e99f3 /src/charts/pie.php
parent6207fc1ece307264f8e9e877edfade373f6da1f3 (diff)
downloadzetacomponents-graph-2ec481fc479ba898c9b4506cdeb9450887a3fa57.zip
zetacomponents-graph-2ec481fc479ba898c9b4506cdeb9450887a3fa57.tar.gz
- Added class stubs for ezcGraph
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