Fixed pie chart legend display.

This commit is contained in:
Alexis Lahouze 2013-01-14 23:42:05 +01:00
parent 6b6c54a048
commit 4ad20b9fc6
1 changed files with 6 additions and 2 deletions

View File

@ -549,14 +549,18 @@ drawPieChart = function(entries, element) {
// Pie chart renderer
renderer: $.jqplot.PieRenderer,
rendererOptions: {
showDataLabels: true
showDataLabels: true,
}
},
// Legend parameters.
legend: {
show: true,
location: 'e'
location: 'e',
rendererOptions: {
numberRows: 9,
numberColumns: 2
}
},
// Highlighter parameters;