Change update semester
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user