Prepare adaptive binCounts in backend

This commit is contained in:
Christoph Kluge
2025-01-22 12:07:12 +01:00
parent 817076bdbf
commit 05bfa9b546
6 changed files with 1171 additions and 338 deletions

View File

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