-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtsql.html
15 lines (15 loc) · 1.1 KB
/
tsql.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="plotoptions">
<a class="btn btn-graphtitle btn-block bt-lg" data-toggle="collapse" href="#tsqloptions" aria-expanded="false" aria-controls="tsqloptions" style="clear: both;">
<h4><span class="glyphicon glyphicon-cog"></span></span> Time Series - Queue Length</h4>
</a>
<div class="collapse" id="tsqloptions">
<br>
Type:<br>
<label class="checkbox-inline"><input type="checkbox" onchange="update_tsql()" name="Raw_tsql" id="raw_tsql"/>Raw</label>
<label class="checkbox-inline"><input type="checkbox" checked="checked" onchange="update_tsql()" name="Means_tsql" id="means_tsql"/>Means</label>
<label class="checkbox-inline"><input type="checkbox" checked="checked" onchange="update_tsql()" name="ConfidenceInterval_tsql" id="confidenceinterval_tsql"/>C.I.</label><br>
Confidence: <input type="text" class="form-control" value="0.95" name="confidence" onchange="update_tsql()" id="confidence_tsql"><br>
</div>
<script>makenoderadios("#tsqloptions" , "tsql");</script>
</div>
<div id="timeseriesql"></div><script src="js/queuelengthts.js"></script>