summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-11-23 12:35:17 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-11-23 12:35:17 +0000
commit4b6f409dd6023baee2f89454e868d4286709092c (patch)
tree9b138f0f84f3a4af8039cd96e56c37804257e4fa
parent9f64a7c7176ea933309643696d640cf7a0c74bab (diff)
downloadzetacomponents-graph-4b6f409dd6023baee2f89454e868d4286709092c.zip
zetacomponents-graph-4b6f409dd6023baee2f89454e868d4286709092c.tar.gz
- Fixed class doc block
-rw-r--r--src/charts/pie.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charts/pie.php b/src/charts/pie.php
index ff611a7..dfed40d 100644
--- a/src/charts/pie.php
+++ b/src/charts/pie.php
@@ -12,8 +12,8 @@
* pie chart.
*
* <code>
- * // Create a new line chart
- * $chart = new ezcGraphLineChart();
+ * // Create a new pie chart
+ * $chart = new ezcGraphPieChart();
*
* // Add data to line chart
* $chart->data['sample dataset'] = new ezcGraphArrayDataSet(
@@ -27,7 +27,7 @@
* );
*
* // Render chart with default 2d renderer and default SVG driver
- * $chart->render( 500, 200, 'line_chart.svg' );
+ * $chart->render( 500, 200, 'pie_chart.svg' );
* </code>
*
* Each chart consists of several chart elements which represents logical
OpenPOWER on IntegriCloud