CC-4661: Listener Statistics

- better legend for multiple series of data
- consistant number of ticks on x-axis
This commit is contained in:
James 2012-11-06 10:54:52 -05:00
parent a93b588a09
commit 2e79e8421c
3 changed files with 82 additions and 38 deletions

View file

@ -1,13 +1,7 @@
<div id="listenerstat_content" class="ui-widget ui-widget-content block-shadow alpha-block padded">
Timestamp vs Listener Count<br>
<select id='all_mps'>
<option value="all">All Mount Potins</option>
<?php foreach($this->mps as $mp) {?>
<option value="<?php echo $mp?>"><?php echo $mp?></option>
<?php } ?>
</select>
<div id="flot_placeholder" style="width:600px;height:300px;margin:0px 50px 0px 50px"></div>
<div id="legend" style="width:600px;height:70px;margin:0px 50px 0px 50px"></div>
<?php echo $this->date_form; ?>
</div>