diff --git a/webapp/src/components/dashboard/home/membersOverviewChart.tsx b/webapp/src/components/dashboard/home/membersOverviewChart.tsx
index ae8db59..ed9b358 100644
--- a/webapp/src/components/dashboard/home/membersOverviewChart.tsx
+++ b/webapp/src/components/dashboard/home/membersOverviewChart.tsx
@@ -680,7 +680,37 @@ export default function MembersOverviewChart()
{t('thisYear')}
-
+ {!chartSeries || chartSeries.length === 0 ? (
+
+ ) : (
+
+ )}
>
)
diff --git a/webapp/src/messages/ar.json b/webapp/src/messages/ar.json
index 9c914b3..ef77b6f 100644
--- a/webapp/src/messages/ar.json
+++ b/webapp/src/messages/ar.json
@@ -383,6 +383,17 @@
"outcome": "مصروف",
"income": "دخل",
"netProfit": "صافي الربح",
- "incomeOutcomeGeneralOverview": "نظرة عامة على الدخل والمصروفات"
+ "incomeOutcomeGeneralOverview": "نظرة عامة على الدخل والمصروفات",
+ "noDataAvailable": "لا توجد بيانات متاحة",
+ "members": "الأعضاء",
+ "subscriptions": "الاشتراكات",
+ "activeSubscriptions": "الاشتراكات النشطة",
+ "expiredSubscriptions": "الاشتراكات المنتهية",
+ "soonToExpire": "تنتهي قريباً",
+ "male": "ذكر",
+ "female": "أنثى",
+ "total": "الإجمالي",
+ "active": "نشط",
+ "inactive": "غير نشط"
}
}
\ No newline at end of file
diff --git a/webapp/src/messages/en.json b/webapp/src/messages/en.json
index 1db0da4..4011561 100644
--- a/webapp/src/messages/en.json
+++ b/webapp/src/messages/en.json
@@ -387,6 +387,17 @@
"outcome": "Outcome",
"income": "Income",
"netProfit": "Net profit",
- "incomeOutcomeGeneralOverview": "General Income and outcome overview"
+ "incomeOutcomeGeneralOverview": "General Income and outcome overview",
+ "noDataAvailable": "No data available",
+ "members": "Members",
+ "subscriptions": "Subscriptions",
+ "activeSubscriptions": "Active Subscriptions",
+ "expiredSubscriptions": "Expired Subscriptions",
+ "soonToExpire": "Soon to Expire",
+ "male": "Male",
+ "female": "Female",
+ "total": "Total",
+ "active": "Active",
+ "inactive": "Inactive"
}
}
\ No newline at end of file