Skip to content

Commit

Permalink
fix: correct selectable histogram placement in status view
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed May 22, 2024
1 parent 5757530 commit ba1658b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/frontend/src/Status.root.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -644,15 +644,15 @@
</Row>
<hr class="my-2" />
{#if metricsInHistograms}
<Row>
<Row cols={1}>
<Col>
{#key $mainQuery.data.stats[0].histMetrics}
<PlotTable
let:item
let:width
renderFor="user"
items={$mainQuery.data.stats[0].histMetrics}
itemsPerRow={3}
itemsPerRow={2}
>
<Histogram
data={convert2uplot(item.data)}
Expand Down

0 comments on commit ba1658b

Please sign in to comment.