Merge branch 'QA_4_1'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
commit
82098ccf43
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user