feat: Rediseño dashboard con 4 pestañas estilo McKinsey
- Nueva estructura de tabs: Resumen, Dimensiones, Agentic Readiness, Roadmap - Componentes de visualización McKinsey: - BulletChart: actual vs benchmark con rangos de color - WaterfallChart: impacto económico con costes y ahorros - OpportunityTreemap: priorización por volumen y readiness - 5 dimensiones actualizadas (sin satisfaction ni economy) - Header sticky con navegación animada - Integración completa con datos existentes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import { Toaster } from 'react-hot-toast';
|
||||
import { TierKey, AnalysisData } from '../types';
|
||||
import TierSelectorEnhanced from './TierSelectorEnhanced';
|
||||
import DataInputRedesigned from './DataInputRedesigned';
|
||||
import DashboardReorganized from './DashboardReorganized';
|
||||
import DashboardTabs from './DashboardTabs';
|
||||
import { generateAnalysis } from '../utils/analysisGenerator';
|
||||
import toast from 'react-hot-toast';
|
||||
import { useAuth } from '../utils/AuthContext';
|
||||
@@ -111,7 +111,7 @@ const SinglePageDataRequestIntegrated: React.FC = () => {
|
||||
console.log('📊 Dimensions length:', analysisData.dimensions?.length);
|
||||
|
||||
try {
|
||||
return <DashboardReorganized analysisData={analysisData} onBack={handleBackToForm} />;
|
||||
return <DashboardTabs data={analysisData} onBack={handleBackToForm} />;
|
||||
} catch (error) {
|
||||
console.error('❌ Error rendering dashboard:', error);
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user