AshameTheDestroyer commited on
Commit
2b48478
·
1 Parent(s): 7b90477
frontend/app/components/overview-charts.tsx CHANGED
@@ -36,7 +36,7 @@ export default function OverviewCharts({ jobs, loading }: { jobs: Job[]; loading
36
  {
37
  label: "Applicants",
38
  data: applicantsData,
39
- backgroundColor: "rgba(34,197,94,0.8)",
40
  },
41
  ],
42
  };
@@ -46,7 +46,7 @@ export default function OverviewCharts({ jobs, loading }: { jobs: Job[]; loading
46
  datasets: [
47
  {
48
  data: seniorityCounts,
49
- backgroundColor: ["#60A5FA", "#F59E0B", "#A78BFA", "#FB7185"],
50
  },
51
  ],
52
  };
 
36
  {
37
  label: "Applicants",
38
  data: applicantsData,
39
+ backgroundColor: "rgba(137, 34, 197, 0.8)",
40
  },
41
  ],
42
  };
 
46
  datasets: [
47
  {
48
  data: seniorityCounts,
49
+ backgroundColor: ["#60fa86", "#0babf5", "#fac18b", "#FB7185"],
50
  },
51
  ],
52
  };