Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartynas Mickevicius <mmartynas@gmail.com>2010-07-23 14:54:19 +0400
committerMartynas Mickevicius <mmartynas@gmail.com>2010-07-23 14:54:19 +0400
commitafe5f63c4bb5f34355a465ee8f85f620ad01d959 (patch)
treebb3b8ec7ab6b53802fed1f637e41b88bf286f514 /tbl_chart.php
parent25a59f23d5d97e0d9459feba97eb63959c7b4f76 (diff)
fixed radar chart tooltip text.
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index a0fdfb8284..8a86431e96 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -151,6 +151,14 @@ $url_params['reload'] = 1;
</td>
</tr>
<?php } ?>
+
+ <?php if ($chartSettings['type'] == 'radar') { ?>
+ <tr><td colspan="2">
+ <p>
+ When drawing a radar chart all values are normalized to a range [0..10].
+ </p>
+ </td></tr>
+ <?php } ?>
</table>