summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/statistics/category.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/statistics/category.phtml')
-rwxr-xr-xapplication/views/scripts/statistics/category.phtml3
1 files changed, 0 insertions, 3 deletions
diff --git a/application/views/scripts/statistics/category.phtml b/application/views/scripts/statistics/category.phtml
index 5d62170..8319d20 100755
--- a/application/views/scripts/statistics/category.phtml
+++ b/application/views/scripts/statistics/category.phtml
@@ -41,12 +41,10 @@ function refreshPlot(dataBar, dataPie, color) {
$('#plotBar').empty();
$.jqplot('plotBar', dataBar, {
seriesDefaults: {
- //renderer: $.jqplot.PieRenderer,
renderer:$.jqplot.BarRenderer,
pointLabels: { show: true, location: 'e', edgeTolerance: -15 },
shadowAngle: 135,
rendererOptions: {
- //showDataLabels: true,
barDirection: 'horizontal',
varyBarColor : true
}
@@ -73,7 +71,6 @@ function refreshPlot(dataBar, dataPie, color) {
}
},
seriesColors: color
- //legend: { show:true, location: 'e' }
});
}