-
{t('dashboard.ageDistribution')}
-
+
+
+
+
+
{t('dashboard.ageDistribution')}
+
+
+
+
+
+
{t('dashboard.genderDistribution')}
+
+
+
+
+
+
{t('dashboard.topRegions')}
+
({ label: r.region, percentage: r.percentage }))} delay={1400} />
+
+
+
+ {dashboardData && !isEmptyState && !hasRealAudienceData && (
+
+
+
+ 누적 데이터가 부족하여 실제 시청자 데이터가 없습니다.
+
+
-
-
-
-
{t('dashboard.genderDistribution')}
-
-
-
-
-
-
{t('dashboard.topRegions')}
-
({ label: r.region, percentage: r.percentage }))} delay={1400} />
-
-
+ )}
) : (
@@ -886,6 +903,39 @@ const DashboardContent: React.FC = ({ onNavigate }) => {
)}
+
+ {/* 개발자 모드 전용: mock 데이터 블러 해제 버튼 */}
+ {isTestPage && isEmptyState && (
+
+ )}
);
};