summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-10-04 08:20:56 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-10-04 08:20:56 +0000
commita178a61f580b356022b0a4c17aa7d415c3d2444b (patch)
tree3da5e1226a9b0eb090ee41d4dbfdfdf8d776a325 /docs
parent1e5d8da316521ea137a3bdce6fbcc88bd5a6342d (diff)
downloadzetacomponents-graph-a178a61f580b356022b0a4c17aa7d415c3d2444b.zip
zetacomponents-graph-a178a61f580b356022b0a4c17aa7d415c3d2444b.tar.gz
- Missed to commit changes in tutorial example 5
Diffstat (limited to 'docs')
-rw-r--r--docs/img/tutorial_example_05.pngbin75414 -> 69239 bytes
-rw-r--r--docs/tutorial_example_05.php3
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/img/tutorial_example_05.png b/docs/img/tutorial_example_05.png
index 310eb01..b63de9f 100644
--- a/docs/img/tutorial_example_05.png
+++ b/docs/img/tutorial_example_05.png
Binary files differ
diff --git a/docs/tutorial_example_05.php b/docs/tutorial_example_05.php
index c7a8d05..021b74a 100644
--- a/docs/tutorial_example_05.php
+++ b/docs/tutorial_example_05.php
@@ -8,6 +8,7 @@ $graph->options->font->path = 'tutorial_font.ttf';
$graph->options->fillLines = 220;
$graph->title = 'Wikipedia articles';
+$graph->legend->position = ezcGraph::BOTTOM;
// Configure Graph
$graph->palette = new ezcGraphPaletteBlack();
@@ -28,6 +29,6 @@ $graph->yAxis->label = 'Articles in thousands';
// Render image
$graph->driver = new ezcGraphGdDriver();
-$graph->render( 500, 200, 'tutorial_example_05.png' );
+$graph->render( 400, 200, 'tutorial_example_05.png' );
?>
OpenPOWER on IntegriCloud