Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1ed0ef5038
@ -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: [
|
||||
|
||||
@ -506,6 +506,7 @@ function PMA_getHtmlForProfilingChart($url_query, $db, $profiling_results)
|
||||
</script>
|
||||
EOT;
|
||||
$profiling_table .= "</div>";
|
||||
$profiling_table .= "<div class='clearfloat'></div>";
|
||||
|
||||
//require_once 'libraries/chart.lib.php';
|
||||
$profiling_table .= '<div id="profilingChartData" style="display:none;">';
|
||||
|
||||
@ -1146,7 +1146,7 @@ div#querywindowcontainer fieldset {
|
||||
/* profiling */
|
||||
|
||||
div#profilingchart {
|
||||
width: 550px;
|
||||
width: 850px;
|
||||
height: 370px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@ -1502,7 +1502,7 @@ div#querywindowcontainer fieldset {
|
||||
/* profiling */
|
||||
|
||||
div#profilingchart {
|
||||
width: 550px;
|
||||
width: 850px;
|
||||
height: 370px;
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user