summaryrefslogblamecommitdiffstats
path: root/application/views/scripts/statistics/category.phtml
blob: 2f8ed37d9968b5ad86537665bda7b75d58186f55 (plain) (tree)
1
2
3
4
5
6

                                             



                                                  






                                                                


                                                                  











                                                            
<h1>Statistics</h1>
<h2>Which categories of events are used?</h2>

<link
	rel="stylesheet" type="text/css"
	href="/media/css/jquery.jqplot.min.css" />

<select id="poolselectbox" name="PoolSelectbox"
	onclick="setPoolIDtmp();" onChange="fetchPoolEvents();">
	<option value="default">Please choose a Pool</option>
	<option value="all">All Pools</option>
</select>

<!-- Add CategoryPlot -->
<script
  type="text/javascript" src="/media/js/categoryPlot.js"></script>

<div>
<div id="plotBar" class="spalte"
	style="height: 300px; width: 350px;"></div>
<div id="plotPie" class="spalte"
	style="height: 300px; width: 350px;"></div>
</div>

<!-- no events -->
<div id="noEventsDialog" style="display: none">
<p>There are no events in this pool to plot a statistic.</p>
</div>