diff --git a/js/functions.js b/js/functions.js index d57cdb7f3f..c8c0444767 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1802,7 +1802,8 @@ function PMA_createProfilingChartJqplot(target, data) }, legend: { show: true, - location: 'e' + location: 'e', + rendererOptions: {numberColumns: 2} }, // from http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines#Color_Palette seriesColors: [ diff --git a/libraries/sql.lib.php b/libraries/sql.lib.php index ab1a4fc55d..840aa0687a 100644 --- a/libraries/sql.lib.php +++ b/libraries/sql.lib.php @@ -506,6 +506,7 @@ function PMA_getHtmlForProfilingChart($url_query, $db, $profiling_results) EOT; $profiling_table .= ""; + $profiling_table .= "
"; //require_once 'libraries/chart.lib.php'; $profiling_table .= '