initial prototyping

This commit is contained in:
Christoph Kluge
2025-01-16 12:25:49 +01:00
parent 42e8e37bd4
commit 817076bdbf
4 changed files with 27 additions and 10 deletions

View File

@@ -213,9 +213,10 @@
<Col class="px-1">
{#key $stats.data.jobsStatistics[0].histDuration}
<Histogram
data={convert2uplot($stats.data.jobsStatistics[0].histDuration)}
data={convert2uplot($stats.data.jobsStatistics[0].histDuration, true)}
title="Duration Distribution"
xlabel="Current Runtimes"
xlabel="Current Runtimes (Hours)"
xtime={true}
xunit="Hours"
ylabel="Number of Jobs"
yunit="Jobs"