summaryrefslogtreecommitdiffstats
path: root/docs/tutorial_example_02.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-12-20 08:24:56 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-12-20 08:24:56 +0000
commit1e1dca545ad348cc7ce1be7257fcd2d7e7a4270d (patch)
treef2841afa62cdc86301f5e934b7c2f6e96e8c6118 /docs/tutorial_example_02.php
parentc234ca6ac1ff0622e3cb1153302e869260a744c6 (diff)
downloadzetacomponents-graph-1e1dca545ad348cc7ce1be7257fcd2d7e7a4270d.zip
zetacomponents-graph-1e1dca545ad348cc7ce1be7257fcd2d7e7a4270d.tar.gz
- Fixed two typos
Diffstat (limited to 'docs/tutorial_example_02.php')
-rw-r--r--docs/tutorial_example_02.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial_example_02.php b/docs/tutorial_example_02.php
index 17e5d2d..234d20d 100644
--- a/docs/tutorial_example_02.php
+++ b/docs/tutorial_example_02.php
@@ -17,7 +17,7 @@ $graph->data['2005'] = new ezcGraphArrayDataSet( array(
$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' );
OpenPOWER on IntegriCloud