This commit is contained in:
Ross
2021-08-03 18:45:49 +01:00
parent 9971828fc4
commit be1e3129ab
+3 -3
View File
@@ -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">