- Preparing search index...
 
- The search index is not available
 
@healthhero 
 
Function CompareWellbeingCharts
 
- CompareWellbeingCharts(props: PropsWithChildren<{ 
    currentScores: WellnessScore[]; 
    currentTitle?: string; 
    mobileView?: boolean; 
    previousScores: WellnessScore[]; 
    previousTitle?: string; 
}>, context?: any): null | ReactElement<any, any> 
- 
Parameters
- 
props: PropsWithChildren<{ 
    currentScores: WellnessScore[]; 
    currentTitle?: string; 
    mobileView?: boolean; 
    previousScores: WellnessScore[]; 
    previousTitle?: string; 
}>
 
- 
Optional context: any
 
 
Returns null | ReactElement<any, any>