updated pages
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-12-26 19:33:23 -05:00
parent 30ee054d18
commit 2b9104732b
3 changed files with 7 additions and 1 deletions

View File

@ -68,7 +68,11 @@ export default function Demographics() {
<ComponentWrapper heading="Please indicate the pronouns that you use."> <ComponentWrapper heading="Please indicate the pronouns that you use.">
<div className={styles.graphContainer}> <div className={styles.graphContainer}>
<PieChart data={D3} {...pieChartProps(isMobile, pageWidth)} /> <PieChart
data={D3}
{...pieChartProps(isMobile, pageWidth)}
labelTextSize={20}
/>
</div> </div>
</ComponentWrapper> </ComponentWrapper>

View File

@ -55,6 +55,7 @@ export default function Demographics() {
heading="Rate how social you are." heading="Rate how social you are."
bodyText="Looks like most people consider themselves to be in the middle." bodyText="Looks like most people consider themselves to be in the middle."
align="center" align="center"
noBackground
> >
<BarGraphVertical <BarGraphVertical
data={F1} data={F1}

View File

@ -107,6 +107,7 @@ export default function Demographics() {
heading="In what areas have you grown that are unrelated to CS?" heading="In what areas have you grown that are unrelated to CS?"
bodyText="University is an unforgettable, life-changing, and learning experience that we only get once in a lifetime! Make the most out of it! :)" bodyText="University is an unforgettable, life-changing, and learning experience that we only get once in a lifetime! Make the most out of it! :)"
align="center" align="center"
noBackground
> >
<WordCloud <WordCloud
data={M7} data={M7}