further clarify plot titles

This commit is contained in:
Christoph Kluge
2026-03-19 10:45:55 +01:00
parent 09501df3c2
commit 30b8ca4a1a
2 changed files with 3 additions and 3 deletions

View File

@@ -577,7 +577,7 @@
xlabel="Time"
ylabel="Nodes"
yunit = "#Count"
title = "Health States"
title = "Metric Health"
stateType = "Health"
/>
{/key}

View File

@@ -409,14 +409,14 @@
<div>
{#key $statesTimed?.data?.healthStates}
<h4 class="text-center">
{cluster.charAt(0).toUpperCase() + cluster.slice(1)} Health States Over Time
{cluster.charAt(0).toUpperCase() + cluster.slice(1)} Metric Health Over Time
</h4>
<Stacked
data={$statesTimed?.data?.healthStates}
xlabel="Time"
ylabel="Nodes"
yunit = "#Count"
title = "Health States"
title = "Metric Health"
stateType = "Health"
/>
{/key}