.
This commit is contained in:
@@ -16,12 +16,12 @@
|
|||||||
<div id="stats-block">
|
<div id="stats-block">
|
||||||
<h3>Stats</h3>
|
<h3>Stats</h3>
|
||||||
Candidates: {{cids|length}}<br />
|
Candidates: {{cids|length}}<br />
|
||||||
Max score: {{max_score}}<br/>
|
Max score: {{max_score}}<br />
|
||||||
Mean: {{mean}}, Median {{median}}, Mode {{mode}}
|
Mean: {{mean}}, Median {{median}}, Mode {{mode}}
|
||||||
|
|
||||||
<div id="stats-plot">{{plot|safe}}</div>
|
<div id="stats-plot">{{plot|safe}}</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="col-sm-4">
|
||||||
<table class="table table-dark table-striped table-hover table-sm">
|
<table class="table table-dark table-striped table-hover table-sm">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Candidate ID</th>
|
<th>Candidate ID</th>
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="col-md-12">
|
||||||
<h3>Results as a table</h3>
|
<h3>Results as a table</h3>
|
||||||
<table class="col-sm table table-dark table-striped table-hover table-sm">
|
<table class="col-sm table table-dark table-striped table-hover table-sm">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
|
|||||||
Reference in New Issue
Block a user