Author: kn
Date: Fri Nov 23 13:35:17 2007
New Revision: 6795

Log:
- Fixed class doc block

Modified:
    trunk/Graph/src/charts/pie.php

Modified: trunk/Graph/src/charts/pie.php
==============================================================================
--- trunk/Graph/src/charts/pie.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/pie.php [iso-8859-1] Fri Nov 23 13:35:17 2007
@@ -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 


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to