ClassOverview.tsx and ClassOverview.sccs were created
PieChartComponent.tsx was created to implement chart and can be reused later. It has props:
interface PieChartComponentProps {
data: number[];
colors: string[];
innRadius: number;
width: number;
height: number;
cX: number;
cY: number;
}
The Top Students Cards need to be adjusted to fit RadioCard styles
The graph now has a smaller size to fit the screen size: 180x180 vs Figma 200X200
The font size for the Cunetos, Bienestar and etc with a percentage downsized to 16px from the original 18px
The right side car was implemented and the progress bar needs to be adjusted.
So far it doesn't show up on a screen.