Author: Kore Nordmann
Date: 2006-12-20 09:24:56 +0100 (Wed, 20 Dec 2006)
New Revision: 4409

Log:
- Fixed two typos

Modified:
   trunk/Graph/docs/tutorial_example_02.php
   trunk/Graph/docs/tutorial_example_27.php

Modified: trunk/Graph/docs/tutorial_example_02.php
===================================================================
--- trunk/Graph/docs/tutorial_example_02.php    2006-12-19 17:05:50 UTC (rev 
4408)
+++ trunk/Graph/docs/tutorial_example_02.php    2006-12-20 08:24:56 UTC (rev 
4409)
@@ -17,7 +17,7 @@
 
 $graph->options->label = '%3$.1f%%';
 $graph->options->sum = 100;
-$graph->options->percentTreshHold = 0.02;
+$graph->options->percentThreshold = 0.02;
 $graph->options->summarizeCaption = 'Others';
 
 $graph->render( 400, 150, 'tutorial_example_02.svg' );

Modified: trunk/Graph/docs/tutorial_example_27.php
===================================================================
--- trunk/Graph/docs/tutorial_example_27.php    2006-12-19 17:05:50 UTC (rev 
4408)
+++ trunk/Graph/docs/tutorial_example_27.php    2006-12-20 08:24:56 UTC (rev 
4409)
@@ -26,6 +26,6 @@
 $graph->renderer->options->pieChartHeight = 16;
 $graph->renderer->options->legendSymbolGleam = .5;
 
-$graph->render( 400, 200, 'tutorial_example_26.swf' );
+$graph->render( 400, 200, 'tutorial_example_27.swf' );
 
 ?>

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

Reply via email to