feat: Change histogram to piechart in status view

This commit is contained in:
Christoph Kluge
2023-08-10 18:05:16 +02:00
parent bbd8637ca6
commit da8cefe153
3 changed files with 95 additions and 14 deletions

View File

@@ -137,7 +137,7 @@
{#key $stats.data.jobsStatistics[0].histDuration}
<Histogramuplot
data={convert2uplot($stats.data.jobsStatistics[0].histDuration)}
width={w2 - 25} height={histogramHeight}
width={w1 - 25} height={histogramHeight}
title="Duration Distribution"
xlabel="Current Runtimes"
xunit="Hours"