Change update semester

This commit is contained in:
Randa Firman Putra
2025-08-21 00:13:35 +07:00
parent 04150b681d
commit f7a7359408
13 changed files with 667 additions and 38 deletions

View File

@@ -51,7 +51,7 @@ export default function IPKLulusTepatChart({ selectedYear }: IPKLulusTepatChartP
}
},
stroke: {
curve: 'smooth',
curve: 'straight',
width: 3,
lineCap: 'round'
},
@@ -322,13 +322,13 @@ export default function IPKLulusTepatChart({ selectedYear }: IPKLulusTepatChartP
</CardTitle>
</CardHeader>
<CardContent>
<div className="h-[300px] sm:h-[350px] md:h-[400px] w-full max-w-5xl mx-auto">
<div className="h-[300px] sm:h-[350px] md:h-[300px] w-full max-w-5xl mx-auto">
<Chart
options={options}
series={series}
type="line"
height="100%"
width="90%"
width="100%"
/>
</div>
</CardContent>