Fix per-hour stats view
The computation now accounts for partial hours
This commit is contained in:
@ -40,8 +40,8 @@
|
||||
<div class="chart_histogram">
|
||||
{{#each this.bars}}
|
||||
<div class="chart_histogram_col">
|
||||
<div style="flex-basis: {{this.2}}%;"></div>
|
||||
<div class="chart_histogram_col_line chart_col_tooltip" style="flex-basis: {{this.1}}%;">
|
||||
<div style="flex-grow: {{this.2}};"></div>
|
||||
<div class="chart_histogram_col_line chart_col_tooltip" style="flex-grow: {{this.1}};">
|
||||
<span class="chart_col_tooltiptext">{{this.1}}%</span>
|
||||
</div>
|
||||
<div class="chart_histogram_col_label">{{this.0}}</div>
|
||||
|
||||
Reference in New Issue
Block a user