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" xlabel="Time"
ylabel="Nodes" ylabel="Nodes"
yunit = "#Count" yunit = "#Count"
title = "Health States" title = "Metric Health"
stateType = "Health" stateType = "Health"
/> />
{/key} {/key}

View File

@@ -409,14 +409,14 @@
<div> <div>
{#key $statesTimed?.data?.healthStates} {#key $statesTimed?.data?.healthStates}
<h4 class="text-center"> <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> </h4>
<Stacked <Stacked
data={$statesTimed?.data?.healthStates} data={$statesTimed?.data?.healthStates}
xlabel="Time" xlabel="Time"
ylabel="Nodes" ylabel="Nodes"
yunit = "#Count" yunit = "#Count"
title = "Health States" title = "Metric Health"
stateType = "Health" stateType = "Health"
/> />
{/key} {/key}