Created
February 10, 2021 17:26
-
-
Save DZuz14/d2127a8a9e40df5cdc9092702444ac31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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