Created PieChart component. Refactored charts.

This commit is contained in:
Mike Cao 2024-03-14 20:26:52 -07:00
parent f277580722
commit f6524392e2
15 changed files with 403 additions and 336 deletions

View file

@ -194,7 +194,7 @@ export const THEME_COLORS = {
},
};
export const EVENT_COLORS = [
export const CHART_COLORS = [
'#2680eb',
'#9256d9',
'#44b556',