Merge branch 'QA_4_1'

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2013-12-25 18:49:03 +05:30
commit 82098ccf43
2 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
4.1.3.0 (not yet released)
- bug #3938 PDFDefaultPageSize doc and easy configurability
- bug #4198 Hovering over pie chart gives fatal JS error
4.1.2.0 (2013-12-23)
- bug #4178 Quick edit for BIT type does not work

View File

@ -612,7 +612,12 @@ JQPlotPieChart.prototype = new JQPlotChart();
JQPlotPieChart.prototype.constructor = JQPlotPieChart;
JQPlotPieChart.prototype.populateOptions = function (dataTable, options) {
var optional = {};
var optional = {
highlighter: {
formatString:'%s, %d',
useAxesFormatters: false
}
};
var compulsory = {
seriesDefaults : {
renderer : $.jqplot.PieRenderer