diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-11-30 08:48:56 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-11-30 08:48:56 +0000 |
commit | 3a87182d74c72bdd0fd5c598b3be33301fa24423 (patch) | |
tree | efd8bee4376bc09d08324290f69b5d3fff6de928 | |
parent | 900e04fff3c7ef75917bcb6b039f71f817774702 (diff) | |
download | zetacomponents-graph-3a87182d74c72bdd0fd5c598b3be33301fa24423.zip zetacomponents-graph-3a87182d74c72bdd0fd5c598b3be33301fa24423.tar.gz |
- Fixed tutorial example to use new driver name
-rw-r--r-- | docs/tutorial_example_27.php | 2 |
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; |