Untitled page

<Card className="w-[800px] h-[400px]"> {/* Set fixed width and height for the card */} <CardContent className="p-0"> <div className="w-full h-full"> {/* Make the chart container fill the card */} <LineChartDashboard /> </div> </CardContent> </Card>

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.