diff --git a/resources/assets/js/home/TaskMetrics/VueChartLvZero.vue b/resources/assets/js/home/TaskMetrics/VueChartLvZero.vue
index 1b04518a1..302427f48 100644
--- a/resources/assets/js/home/TaskMetrics/VueChartLvZero.vue
+++ b/resources/assets/js/home/TaskMetrics/VueChartLvZero.vue
@@ -70,7 +70,7 @@ export default {
label: that.$i18n.t("ID_INBOX"),
onClick() {
that.$emit("updateDataLevel", {
- id: that.$i18n.t("ID_INBOX"),
+ id: "inbox",
name: that.$i18n.t("ID_INBOX"),
level: 1,
color: "#179a6e",
@@ -82,7 +82,7 @@ export default {
label: this.$i18n.t("ID_DRAFT"),
onClick() {
that.$emit("updateDataLevel", {
- id: that.$i18n.t("ID_DRAFT"),
+ id: "draft",
name: that.$i18n.t("ID_DRAFT"),
level: 1,
color: "#feb019",
@@ -94,7 +94,7 @@ export default {
label: this.$i18n.t("ID_PAUSED"),
onClick() {
that.$emit("updateDataLevel", {
- id: that.$i18n.t("ID_PAUSED"),
+ id:"paused",
name: that.$i18n.t("ID_PAUSED"),
level: 1,
color: "#008ffb",
@@ -106,7 +106,7 @@ export default {
label: this.$i18n.t("ID_UNASSIGNED"),
onClick() {
that.$emit("updateDataLevel", {
- id: that.$i18n.t("ID_UNASSIGNED"),
+ id: "unassigned",
name: that.$i18n.t("ID_UNASSIGNED"),
level: 1,
color: "#8f99a0",
diff --git a/resources/assets/js/home/TaskMetrics/VueCharts.vue b/resources/assets/js/home/TaskMetrics/VueCharts.vue
index ca46e149e..0f8a8cc81 100644
--- a/resources/assets/js/home/TaskMetrics/VueCharts.vue
+++ b/resources/assets/js/home/TaskMetrics/VueCharts.vue
@@ -1,25 +1,28 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
\ No newline at end of file
+