Skip to content

Commit

Permalink
Improve skill progression tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
O4epegb committed Oct 30, 2024
1 parent bffa1be commit 2471c6a
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions apps/web/src/screens/Suggest/SkillProgression.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,25 @@ export const SkillProgression = ({
<div>
Each skill graph is divided by XL on 27 bars.
<br />
The height of each bar represents the average skill level of all players who
reached that XL.
The <b>height</b> of each bar represents the average skill level of all players
who reached that XL.
<br />
The color of the bar represents the number of players who who had such skill at
that XL.
The <b>color</b> of the bar represents the number of players who who had such
skill at that XL.
<br />
<span className="text-green-700">Green</span> means more players.{' '}
<span className="text-amber-600">Yellow</span> means fewer players.
<b className="text-green-700">Green</b> means more players.{' '}
<b className="text-amber-600">Yellow</b> means fewer players.
<br />
<br />
<b>For example</b>, if the bar is <b>thick</b> and{' '}
<b className="text-green-700">green</b>, it means that many players leveled and
used a skill.
<br />
If the bar is <b>thick</b> and <b className="text-amber-600">yellow</b>, it means
that only a few players leveled and used a skill.
<br />
If the bar is <b>thin</b> and <b className="text-amber-600">yellow</b>, it means
that almost no one leveled and used a skill.
<br />
<br />
Let us know what you think @totalnoob on{' '}
Expand Down

0 comments on commit 2471c6a

Please sign in to comment.