battlecode / galaxy

MIT License
10 stars 3 forks source link

Implement EpisodeChart.tsx #807

Open Desperationis opened 1 month ago

Desperationis commented 1 month ago

EpisodeChart is a component that uses TeamChart to display the top 10 teams in any given year. I also added one more prop to TeamChart to take in tournament dates. I'll implement EpisodeChart automatically listing tournament dates later, for now there is only placeholder code that shows up in bc22.

Closes #783 :rocket:

lowtorola commented 1 month ago

@Desperationis see how the charts don't fill the section card? Is this how they look on your end?

Screenshot 2024-05-12 at 11 21 54 PM
Desperationis commented 1 month ago

Hi Lowell, thanks for the feedback. I'm a little hosed studying for finals right now but once that is settled I'll do the tweaks