Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created February 10, 2021 17:26
Show Gist options
  • Save DZuz14/d2127a8a9e40df5cdc9092702444ac31 to your computer and use it in GitHub Desktop.
Save DZuz14/d2127a8a9e40df5cdc9092702444ac31 to your computer and use it in GitHub Desktop.
<BarGroup>
<Bar rotate={180}>
<Filler
color="#F5B947"
width={handleBarWidth(away.stat_value, away.league_high)}
/>
</Bar>
<Bar>
<Filler
color="#EE7F31"
width={handleBarWidth(home.stat_value, home.league_high)}
/>
</Bar>
</BarGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment