Commit graph

5 commits

Author SHA1 Message Date
Alexandra Robison
ffca3337a8 add dark mode 2022-01-28 00:32:56 -07:00
Jacob Louis Hoover
8d42c8d763
set const maxValue = Math.max(...winDistribution) 2022-01-25 13:11:04 -05:00
Jacob Louis Hoover
b5bfad1104
Update Histogram.tsx
oops missing parenthesis.
2022-01-25 13:03:27 -05:00
Jacob Louis Hoover
3f6d65fc68
histogram width divide by mode, not total
Divide by the value that occurs the most frequently, instead of the total games, so the histogram always uses the whole space available, rather than possibly getting smaller and smaller the more games are played.
2022-01-25 13:00:19 -05:00
Hannah Park
e57e1cc391 refactor stats 2022-01-20 21:19:33 -05:00