mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 13:29:05 +01:00
specify label
This commit is contained in:
parent
28609a3372
commit
77677a9f1b
@ -163,7 +163,7 @@
|
|||||||
{#key $statsQuery.data.topUsers}
|
{#key $statsQuery.data.topUsers}
|
||||||
<Pie
|
<Pie
|
||||||
size={colWidth1}
|
size={colWidth1}
|
||||||
sliceLabel='Hours'
|
sliceLabel='Core Hours'
|
||||||
quantities={$statsQuery.data.topUsers.sort((a, b) => b.count - a.count).map((tu) => tu.count)}
|
quantities={$statsQuery.data.topUsers.sort((a, b) => b.count - a.count).map((tu) => tu.count)}
|
||||||
entities={$statsQuery.data.topUsers.sort((a, b) => b.count - a.count).map((tu) => tu.name)}
|
entities={$statsQuery.data.topUsers.sort((a, b) => b.count - a.count).map((tu) => tu.name)}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user