summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/statistics/category.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-11-14 17:51:43 +0100
committerBjörn Geiger2011-11-14 17:51:43 +0100
commitf8939cfaa12a2a1ad3f207ceb67f850ea61f7f02 (patch)
tree15e94445d4b698c1c72a5199b602ffea2e0960c7 /application/views/scripts/statistics/category.phtml
parentEventController Cleaning: API in eigene Klasse ausgelagert (diff)
parentminor (diff)
downloadpoolctrl-f8939cfaa12a2a1ad3f207ceb67f850ea61f7f02.tar.gz
poolctrl-f8939cfaa12a2a1ad3f207ceb67f850ea61f7f02.tar.xz
poolctrl-f8939cfaa12a2a1ad3f207ceb67f850ea61f7f02.zip
Merge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl
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' }
});
}