Change-Legend-Labels_And_Colors (#155)
continuous-integration/drone/push Build is passing Details

Changed the colors in the coop satisfaction graph so that none of them are repeated. Also changed the order of the labels from descending (5,4,3,2,1) to ascending (1,2,3,4,5).

Note: This caused a change in the bars in the bar graph (5 on top 1 on the bottom)

Issue #143

Co-authored-by: Tejas Srikanth <tcsrikan@high-fructose-corn-syrup.csclub.uwaterloo.ca>
Reviewed-on: #155
Reviewed-by: Mark Chiu <e26chiu@csclub.uwaterloo.ca>
This commit is contained in:
Tejas Srikanth 2023-01-30 22:05:59 -05:00
parent 45264a8ae0
commit 6266c48267
2 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ export const C7v = [
},
];
export const C7viKey = ["5", "4", "3", "2", "1"];
export const C7viKey = ["1", "2", "3", "4", "5"];
export const C7vi = [
{

View File

@ -252,7 +252,7 @@ export default function CoopPage() {
Color.secondaryAccentLight,
Color.primaryAccentLighter,
Color.secondaryAccent,
Color.primaryText,
Color.primaryHeading,
]}
data={C7vi}
margin={barGraphMargin}