Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2013-12-25 17:19:03 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2013-12-25 17:19:03 +0400
commit82098ccf434b11044585d4e9524a6da30ec23966 (patch)
treea97c0b918c1a0decf32e352afa6a634158d63501 /js/chart.js
parent0727f7baada2a551eb4356939df9b8e5e9d54f0c (diff)
parente3791244b5b46e2ed972feecdef06c68e1647b67 (diff)
Merge branch 'QA_4_1'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/chart.js')
-rw-r--r--js/chart.js7
1 files changed, 6 insertions, 1 deletions
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