-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+
+const fontWeightOptions = [
+ {
+ label: FontWeightEnum.NORMAL,
+ value: FontWeightObject[FontWeightEnum.NORMAL]
+ },
+ {
+ label: FontWeightEnum.BOLD,
+ value: FontWeightObject[FontWeightEnum.BOLD]
+ }
+]
+const fontStyleOptions = [
+ {
+ label: FontStyleEnum.NORMAL,
+ value: FontStyleObject[FontStyleEnum.NORMAL]
+ },
+ {
+ label: FontStyleEnum.ITALIC,
+ value: FontStyleObject[FontStyleEnum.ITALIC]
+ }
+]
+
diff --git a/src/packages/components/Charts/MyComponents/DeviceStatus/index.vue b/src/packages/components/Charts/MyComponents/DeviceStatus/index.vue
index af0c9bd..645cb69 100644
--- a/src/packages/components/Charts/MyComponents/DeviceStatus/index.vue
+++ b/src/packages/components/Charts/MyComponents/DeviceStatus/index.vue
@@ -1,69 +1,74 @@