- {dashboardData && !isEmptyState && !hasRealAudienceData && (
-
-
-
- 누적 데이터가 부족하여 실제 시청자 데이터가 없습니다.
-
-
+
+
+
+
+
{t('dashboard.ageDistribution')}
+
- )}
+
+
+
+
{t('dashboard.genderDistribution')}
+
+
+
+
+
+
{t('dashboard.topRegions')}
+
({ label: r.region, percentage: r.percentage }))} delay={1400} />
+
+
- ) : (
-
- {t('dashboard.noData') || '이 기간에 데이터가 없습니다.'}
-
- )}
+ {dashboardData && !isEmptyState && !hasRealAudienceData && (
+
+
+
+ 누적 데이터가 부족하여 실제 시청자 정보가 없습니다.
+
+
+
+ )}
+
{/* 개발자 모드 전용: mock 데이터 블러 해제 버튼 */}