summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-11-30 08:48:56 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-11-30 08:48:56 +0000
commit3a87182d74c72bdd0fd5c598b3be33301fa24423 (patch)
treeefd8bee4376bc09d08324290f69b5d3fff6de928 /docs
parent900e04fff3c7ef75917bcb6b039f71f817774702 (diff)
downloadzetacomponents-graph-3a87182d74c72bdd0fd5c598b3be33301fa24423.zip
zetacomponents-graph-3a87182d74c72bdd0fd5c598b3be33301fa24423.tar.gz
- Fixed tutorial example to use new driver name
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial_example_27.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial_example_27.php b/docs/tutorial_example_27.php
index 9bb9f50..3d5e25d 100644
--- a/docs/tutorial_example_27.php
+++ b/docs/tutorial_example_27.php
@@ -6,7 +6,7 @@ $graph = new ezcGraphPieChart();
$graph->title = 'Access statistics';
$graph->legend = false;
-$graph->driver = new ezcGraphMingDriver();
+$graph->driver = new ezcGraphFlashDriver();
$graph->options->font = 'tutorial_font.fdb';
$graph->driver->options->compression = 7;
OpenPOWER on IntegriCloud