diff --git a/src/views/dashboard/graphs/components/Legend.vue b/src/views/dashboard/graphs/components/Legend.vue index e84d084a..04ff26b1 100644 --- a/src/views/dashboard/graphs/components/Legend.vue +++ b/src/views/dashboard/graphs/components/Legend.vue @@ -16,14 +16,19 @@ limitations under the License. -->
-
+
{{ h.label }}
-
+
{{ item.name }} @@ -68,14 +73,18 @@ const colors = computed(() => { });