- saving progress;
This commit is contained in:
@@ -38,7 +38,7 @@ const ChartStatoDomande = ({ title, data = [] }) => {
|
||||
label={({ percent }) => `${(percent * 100).toFixed(0)}%`}
|
||||
outerRadius={120}
|
||||
fill="#8884d8"
|
||||
dataKey="numberOfApplications"
|
||||
dataKey="numberOfSubmitedApplications"
|
||||
nameKey="status"
|
||||
>
|
||||
{data.map((entry, index) => (
|
||||
|
||||
Reference in New Issue
Block a user