Add Color For Category Jenis Pendaftaran
This commit is contained in:
@@ -167,7 +167,7 @@ export default function JenisPendaftaranBeasiswaChart({ selectedYear, selectedJe
|
|||||||
fill: {
|
fill: {
|
||||||
opacity: 1
|
opacity: 1
|
||||||
},
|
},
|
||||||
colors: ['#3B82F6', '#EC4899', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#06B6D4'],
|
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
tooltip: {
|
tooltip: {
|
||||||
theme: theme === 'dark' ? 'dark' : 'light',
|
theme: theme === 'dark' ? 'dark' : 'light',
|
||||||
y: {
|
y: {
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export default function JenisPendaftaranBeasiswaPieChart({ selectedYear, selecte
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
labels: [],
|
labels: [],
|
||||||
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4'],
|
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
legend: {
|
legend: {
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ export default function JenisPendaftaranChart() {
|
|||||||
colors: theme === 'dark' ? '#fff' : '#000'
|
colors: theme === 'dark' ? '#fff' : '#000'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444'],
|
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
tooltip: {
|
tooltip: {
|
||||||
theme: theme === 'dark' ? 'dark' : 'light',
|
theme: theme === 'dark' ? 'dark' : 'light',
|
||||||
y: {
|
y: {
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ export default function JenisPendaftaranLulusChart({ selectedYear }: Props) {
|
|||||||
fill: {
|
fill: {
|
||||||
opacity: 1
|
opacity: 1
|
||||||
},
|
},
|
||||||
colors: ['#008FFB', '#00E396', '#FEB019', '#FF4560', '#775DD0'],
|
colors: ['#008FFB', '#00E396', '#FEB019', '#FF4560', '#775DD0', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
tooltip: {
|
tooltip: {
|
||||||
theme: theme === 'dark' ? 'dark' : 'light',
|
theme: theme === 'dark' ? 'dark' : 'light',
|
||||||
y: {
|
y: {
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ export default function JenisPendaftaranLulusPieChart({ selectedYear }: Props) {
|
|||||||
background: theme === 'dark' ? '#0F172B' : '#fff',
|
background: theme === 'dark' ? '#0F172B' : '#fff',
|
||||||
},
|
},
|
||||||
labels: [],
|
labels: [],
|
||||||
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899'],
|
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
legend: {
|
legend: {
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ export default function JenisPendaftaranPerAngkatanChart({ tahunAngkatan }: Prop
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
labels: [],
|
labels: [],
|
||||||
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899'],
|
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
legend: {
|
legend: {
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ export default function JenisPendaftaranPrestasiChart({ selectedJenisPrestasi }:
|
|||||||
fill: {
|
fill: {
|
||||||
opacity: 1
|
opacity: 1
|
||||||
},
|
},
|
||||||
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4'],
|
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
tooltip: {
|
tooltip: {
|
||||||
theme: theme === 'dark' ? 'dark' : 'light',
|
theme: theme === 'dark' ? 'dark' : 'light',
|
||||||
y: {
|
y: {
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export default function JenisPendaftaranPrestasiPieChart({ selectedYear, selecte
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
labels: [],
|
labels: [],
|
||||||
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4'],
|
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
legend: {
|
legend: {
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ export default function JenisPendaftaranStatusChart({ selectedYear, selectedStat
|
|||||||
colors: theme === 'dark' ? '#fff' : '#000'
|
colors: theme === 'dark' ? '#fff' : '#000'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
colors: ['#008FFB', '#00E396', '#FEB019', '#FF4560', '#775DD0'],
|
colors: ['#008FFB', '#00E396', '#FEB019', '#FF4560', '#775DD0', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
tooltip: {
|
tooltip: {
|
||||||
theme: theme === 'dark' ? 'dark' : 'light',
|
theme: theme === 'dark' ? 'dark' : 'light',
|
||||||
y: {
|
y: {
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ export default function JenisPendaftaranStatusPieChart({ selectedYear, selectedS
|
|||||||
background: theme === 'dark' ? '#0F172B' : '#fff',
|
background: theme === 'dark' ? '#0F172B' : '#fff',
|
||||||
},
|
},
|
||||||
labels: [],
|
labels: [],
|
||||||
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899'],
|
colors: ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899', '#06B6D4', '#F97316'],
|
||||||
legend: {
|
legend: {
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
|
|||||||
Reference in New Issue
Block a user