improved evaluation gui
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
</td>
|
||||
<td class="histogram">
|
||||
{#each Object.entries(hist).sort((a,b) => a[0] - b[0]) as [weight,count]}
|
||||
<span style="height: {100*count/max_val(hist)}%">
|
||||
<span style="height: {100*count/max_val(hist)}%" title={t('voted {count} times',{count:count})}>
|
||||
<span>{weight}</span>
|
||||
</span>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user