summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/statistics/success.phtml
diff options
context:
space:
mode:
authorSebastian Wagner2011-10-14 15:32:06 +0200
committerSebastian Wagner2011-10-14 15:32:06 +0200
commit9a6eff341bb022c17973ef22be22649bdb18a04b (patch)
tree0d1fa9aa95daf25e0680586982928bfa25f98d0b /application/views/scripts/statistics/success.phtml
parentweitere fehler (diff)
downloadpoolctrl-9a6eff341bb022c17973ef22be22649bdb18a04b.tar.gz
poolctrl-9a6eff341bb022c17973ef22be22649bdb18a04b.tar.xz
poolctrl-9a6eff341bb022c17973ef22be22649bdb18a04b.zip
minor
Diffstat (limited to 'application/views/scripts/statistics/success.phtml')
-rw-r--r--application/views/scripts/statistics/success.phtml16
1 files changed, 4 insertions, 12 deletions
diff --git a/application/views/scripts/statistics/success.phtml b/application/views/scripts/statistics/success.phtml
index 816d239..c12c636 100644
--- a/application/views/scripts/statistics/success.phtml
+++ b/application/views/scripts/statistics/success.phtml
@@ -1,9 +1,8 @@
<h1>Statistics</h1>
<h2>How many events were successful?</h2>
-<link
- rel="stylesheet" type="text/css"
- href="/media/css/jquery.jqplot.min.css" />
+<link rel="stylesheet"
+ type="text/css" href="/media/css/jquery.jqplot.min.css" />
<select id="poolselectbox" name="PoolSelectbox"
onclick="setPoolIDtmp();" onChange="fetchPoolEvents();">
@@ -88,17 +87,10 @@ function refreshPlot(dataBar, dataPieS, dataPieT, color) {
// Put data labels on the pie slices.
// By default, labels show the percentage of the slice.
showDataLabels: true,
- varyBarColor : true,
- dataLabels: 'label'
+ varyBarColor: true,
+ dataLabels: 'percent'
}
},
- highlighter: {
- show: true,
- sizeAdjust: 7.5
- },
- cursor: {
- show: false
- },
seriesColors: color
//legend: { show:true, location: 'ne' }
});