From 6c9f949613e766719a2a8bfd3a9919cd102f452a Mon Sep 17 00:00:00 2001 From: Martynas Mickevicius Date: Sun, 15 Aug 2010 15:10:32 +0300 Subject: [PATCH] added entry in the faq --- Documentation.html | 5 +++++ tbl_chart.php | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index bf9a05a81..c63dfbaa9 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4359,6 +4359,11 @@ chmod o+rwx tmp
phpMyAdmin with version
+

+ 6.28 Why can't I get a chart from my query result table?

+ +

Not every table can be put to the chart. Only tables with one, two or three columns can be visualised as a chart. Moreover the table must be in a special format for chart script to understand it. Currently supported formats can be found in the wiki.

+

phpMyAdmin project

diff --git a/tbl_chart.php b/tbl_chart.php index 4e8f555e2..abb4fa804 100644 --- a/tbl_chart.php +++ b/tbl_chart.php @@ -168,7 +168,13 @@ $url_params['reload'] = 1;

- + + +

+ FAQ 6.28'); ?> +

+ +