summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-12-18 10:49:19 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-12-18 10:49:19 +0000
commit9af460c757a1b29bc2674bb6c2f042389efb0ecc (patch)
tree1d302548b6a946753da748d7d405d4fd2dc66a07 /docs
parent3a055cfaa724cd7a48d2da9a8fd96b66e55f14bf (diff)
downloadzetacomponents-graph-9af460c757a1b29bc2674bb6c2f042389efb0ecc.zip
zetacomponents-graph-9af460c757a1b29bc2674bb6c2f042389efb0ecc.tar.gz
- Fixed links in html image map example
Diffstat (limited to 'docs')
-rw-r--r--docs/img/tutorial_example_29.html2
-rw-r--r--docs/tutorial_example_29.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/img/tutorial_example_29.html b/docs/img/tutorial_example_29.html
index 92471dd..52383d1 100644
--- a/docs/img/tutorial_example_29.html
+++ b/docs/img/tutorial_example_29.html
@@ -15,7 +15,7 @@
<area shape="poly" coords="17,94,78,94,78,108,17,108" href="/detailedData.php?browser=Konqueror" alt="text: Konqueror" title="text: Konqueror" />
</map>
<img
- src="tutorial_example_28.png"
+ src="tutorial_example_29.png"
width="400" height="200"
usemap="#ezcGraphPieChartMap"
</body>
diff --git a/docs/tutorial_example_29.php b/docs/tutorial_example_29.php
index 7611475..be9b12e 100644
--- a/docs/tutorial_example_29.php
+++ b/docs/tutorial_example_29.php
@@ -17,7 +17,7 @@ $graph->data['Access statistics'] = new ezcGraphArrayDataSet( array(
'Konqueror' => 474,
) );
-$graph->render( 400, 200, 'tutorial_example_28.png' );
+$graph->render( 400, 200, 'tutorial_example_29.png' );
$elements = $graph->renderer->getElementReferences();
@@ -49,7 +49,7 @@ $elements = $graph->renderer->getElementReferences();
?>
</map>
<img
- src="tutorial_example_28.png"
+ src="tutorial_example_29.png"
width="400" height="200"
usemap="#ezcGraphPieChartMap"
</body>
OpenPOWER on IntegriCloud