using nextjs with chart lib, create this layout
Phân tích chi tiết.png
I'll create a Next.js dashboard that matches the AI Education Program layout in the image, using the shadcn/ui chart components for the visualizations.
I've created an AI Education Program dashboard that closely matches the layout in the image. Here's what I've implemented:
Header and Filters:
Navigation Tabs:
Region Selection:
Charts:
Bar chart comparing student numbers across regions with multiple metrics:
The dashboard is fully responsive and uses the shadcn/ui components along with Recharts for the visualizations. The charts are interactive - hovering over data points will show tooltips with more information, and clicking on the region badges will filter the data shown in the charts.