diff --git a/src/apis/index.js b/src/apis/index.js
index 1b7f8f2..753797c 100644
--- a/src/apis/index.js
+++ b/src/apis/index.js
@@ -23,6 +23,7 @@ export const getDevicesCount = () => {
offline: 10,
fault: 10,
warning: 15,
+ normal: 65,
});
}, 100);
});
diff --git a/src/components/overview/chart-device-count.vue b/src/components/overview/chart-device-count.vue
index 5e12fdc..9f15aaf 100644
--- a/src/components/overview/chart-device-count.vue
+++ b/src/components/overview/chart-device-count.vue
@@ -1,5 +1,5 @@
-
+