Skip to content
Snippets Groups Projects
Verified Commit ebb44ffd authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add summary stats plugin in html.

parent 5c4389cd
No related branches found
No related tags found
No related merge requests found
<table>
<tr>
<td>Total Finds</td>
<td>{{ data['totals']['found'] }} found logs</td>
</tr>
<tr>
<td>Cache Types</td>
<td>{{ data['totals']['types'] }} different types found</td>
</tr>
<tr>
<td>Cache Sizess</td>
<td>{{ data['totals']['sizes'] }} different sizes found</td>
</tr>
<tr>
<td>Difficulty</td>
<td>
Minimum: {{ data['min_max_avg']['difficulty'][0] }}
Maximum: {{ data['min_max_avg']['difficulty'][1] }}
Mean (harmonic): {{ data['min_max_avg']['difficulty'][2] }}
</td>
</tr>
<tr>
<td>Terrain</td>
<td>
Minimum: {{ data['min_max_avg']['terrain'][0] }}
Maximum: {{ data['min_max_avg']['terrain'][1] }}
Mean (harmonic): {{ data['min_max_avg']['terrain'][2] }}
</td>
</tr>
</table>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment