diff --git a/ChangeLog b/ChangeLog index 1d9838dfd1..a78ed492bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/js/chart.js b/js/chart.js index afe276a151..d1f6763bc6 100644 --- a/js/chart.js +++ b/js/chart.js @@ -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