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'); ?> +

+ +