add annotation label for the high marks

This commit is contained in:
Girish Ramakrishnan
2025-10-03 17:27:23 +02:00
parent 02fe971f0b
commit 676f25962d
2 changed files with 21 additions and 2 deletions
+2
View File
@@ -144,6 +144,7 @@ onUnmounted(async () => {
yscale="cpu"
:cpu-count="systemCpus.length"
:high-mark="systemCpus.length * app.cpuQuota/100"
high-mark-label="Max CPU"
>
</GraphItem>
@@ -153,6 +154,7 @@ onUnmounted(async () => {
yscale="memory"
:memory="appMemory"
:high-mark="appMemory"
high-mark-label="Max Memory"
>
</GraphItem>