Skip to content

Componentes del dashboard

Mindset & Code edited this page May 26, 2026 · 3 revisions

Componentes del dashboard

Estructura de componentes

src/components/executive/
├── ExecKpiCards.jsx      ← tarjetas de KPIs principales
├── RevenueTrend.jsx      ← área chart tendencia revenue
├── RevenueByChannel.jsx  ← bar chart por canal
├── RevenueBySegment.jsx  ← donut chart por segmento
├── MarketingFunnel.jsx   ← funnel de conversión
├── PipelineFunnel.jsx    ← pipeline de ventas
├── CacLtvTrend.jsx       ← línea CAC vs LTV
└── ChurnNrrTrend.jsx     ← línea churn vs NRR

JSONs de datos

Archivo Descripción
executive_summary.json KPIs consolidados
revenue_by_channel.json Revenue por canal
revenue_by_segment.json Revenue por segmento
marketing_funnel.json Conversión por etapa
pipeline_stages.json Pipeline por etapa

Clone this wiki locally