Incorporate comment changes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
e26chiu 2022-11-12 11:18:22 -05:00
parent e113fa03e0
commit f49a664eb9
1 changed files with 3 additions and 7 deletions

View File

@ -158,7 +158,8 @@ export default function Demographics() {
align="right"
>
<BarGraphVertical
data={D9} // we might want a histogram instead
// TODO: change when histogram component is ready
data={D9}
width={defaultGraphWidth}
height={defaultGraphHeight}
margin={defaultBarGraphMargin}
@ -188,12 +189,7 @@ export default function Demographics() {
data={D11}
width={defaultGraphWidth}
height={defaultGraphHeight}
margin={{
top: 20,
bottom: 80,
left: 200,
right: 20,
}}
margin={{ ...defaultBarGraphMargin, ...{ left: 200 } }}
/>
</ComponentWrapper>