# BMS FPL Draft Power Rankings

Tracks a simple Elo-style rating within each season. Every manager starts at 1500 at the beginning of each year, and ratings move after each gameweek based on H2H results and opponent strength.

## Best Quick Hits

- **Latest Season Power #1**: Ryan Donlan (1640.3 in 2025-26).
- **Highest Single-Season Peak**: Ryan Donlan reached 1645.6 after 2024-25 33.
- **Most Weeks At #1 In A Season**: Ryan Donlan (26 weeks in 2024-25).

<details open>
<summary><h2>Season Elo Tabs</h2></summary>

Use the tabs to switch between seasons. Each season has its own Elo chart, final power table, time-at-top table, and biggest underdog Elo wins.

<details class="notes">
<summary>Definitions and calculation notes</summary>

- Every manager starts at `1500` before week 1 of each season.
- This uses a standard Elo update with `K = 24`.
- Expected result is `1 / (1 + 10 ^ ((Opponent Rating - Manager Rating) / 400))`.
- Actual result is `1` for a win, `0.5` for a draw, and `0` for a loss.
- Updates are calculated simultaneously within each gameweek using ratings from before that gameweek.
- This first version intentionally uses only H2H result and opponent strength, with no score or margin bonus.

</details>

<div class="power-tabs">
<input class="power-tab-input" type="radio" name="power-season-tabs" id="power-season-2025-26" checked>
<input class="power-tab-input" type="radio" name="power-season-tabs" id="power-season-2024-25">
<div class="power-tab-list" role="tablist" aria-label="Power rankings seasons">
<label class="power-tab-label" id="power-season-2025-26-label" role="tab" for="power-season-2025-26">2025-26</label>
<label class="power-tab-label" id="power-season-2024-25-label" role="tab" for="power-season-2024-25">2024-25</label>
</div>
<section class="power-tab-panel" id="power-panel-2025-26" role="tabpanel" aria-labelledby="power-season-2025-26-label">
### 2025-26 Elo Movement
<div class="rating-chart-wrap" role="img" aria-label="2025-26 Elo rating movement chart">
<svg class="rating-chart" viewBox="0 0 1060 520" xmlns="http://www.w3.org/2000/svg">
<text class="chart-title" x="64" y="18">2025-26 Elo Movement</text>
<line class="axis-line" x1="64" y1="398" x2="884" y2="398" />
<line class="axis-line" x1="64" y1="28" x2="64" y2="398" />
<line class="grid-line" x1="64" y1="398.0" x2="884" y2="398.0" />
<text class="axis-label" x="54" y="402.0" text-anchor="end">1350</text>
<line class="grid-line" x1="64" y1="369.5" x2="884" y2="369.5" />
<text class="axis-label" x="54" y="373.5" text-anchor="end">1375</text>
<line class="grid-line" x1="64" y1="341.1" x2="884" y2="341.1" />
<text class="axis-label" x="54" y="345.1" text-anchor="end">1400</text>
<line class="grid-line" x1="64" y1="312.6" x2="884" y2="312.6" />
<text class="axis-label" x="54" y="316.6" text-anchor="end">1425</text>
<line class="grid-line" x1="64" y1="284.2" x2="884" y2="284.2" />
<text class="axis-label" x="54" y="288.2" text-anchor="end">1450</text>
<line class="grid-line" x1="64" y1="255.7" x2="884" y2="255.7" />
<text class="axis-label" x="54" y="259.7" text-anchor="end">1475</text>
<line class="grid-line" x1="64" y1="227.2" x2="884" y2="227.2" />
<text class="axis-label" x="54" y="231.2" text-anchor="end">1500</text>
<line class="grid-line" x1="64" y1="198.8" x2="884" y2="198.8" />
<text class="axis-label" x="54" y="202.8" text-anchor="end">1525</text>
<line class="grid-line" x1="64" y1="170.3" x2="884" y2="170.3" />
<text class="axis-label" x="54" y="174.3" text-anchor="end">1550</text>
<line class="grid-line" x1="64" y1="141.8" x2="884" y2="141.8" />
<text class="axis-label" x="54" y="145.8" text-anchor="end">1575</text>
<line class="grid-line" x1="64" y1="113.4" x2="884" y2="113.4" />
<text class="axis-label" x="54" y="117.4" text-anchor="end">1600</text>
<line class="grid-line" x1="64" y1="84.9" x2="884" y2="84.9" />
<text class="axis-label" x="54" y="88.9" text-anchor="end">1625</text>
<line class="grid-line" x1="64" y1="56.5" x2="884" y2="56.5" />
<text class="axis-label" x="54" y="60.5" text-anchor="end">1650</text>
<line class="grid-line" x1="64" y1="28.0" x2="884" y2="28.0" />
<text class="axis-label" x="54" y="32.0" text-anchor="end">1675</text>
<line class="tick-line" x1="64.0" y1="398" x2="64.0" y2="404" />
<text class="axis-label" x="64.0" y="422" text-anchor="middle">Start</text>
<line class="tick-line" x1="171.9" y1="398" x2="171.9" y2="404" />
<text class="axis-label" x="171.9" y="422" text-anchor="middle">5</text>
<line class="tick-line" x1="279.8" y1="398" x2="279.8" y2="404" />
<text class="axis-label" x="279.8" y="422" text-anchor="middle">10</text>
<line class="tick-line" x1="387.7" y1="398" x2="387.7" y2="404" />
<text class="axis-label" x="387.7" y="422" text-anchor="middle">15</text>
<line class="tick-line" x1="495.6" y1="398" x2="495.6" y2="404" />
<text class="axis-label" x="495.6" y="422" text-anchor="middle">20</text>
<line class="tick-line" x1="603.5" y1="398" x2="603.5" y2="404" />
<text class="axis-label" x="603.5" y="422" text-anchor="middle">25</text>
<line class="tick-line" x1="711.4" y1="398" x2="711.4" y2="404" />
<text class="axis-label" x="711.4" y="422" text-anchor="middle">30</text>
<line class="tick-line" x1="819.3" y1="398" x2="819.3" y2="404" />
<text class="axis-label" x="819.3" y="422" text-anchor="middle">35</text>
<line class="tick-line" x1="884.0" y1="398" x2="884.0" y2="404" />
<text class="axis-label" x="884.0" y="422" text-anchor="middle">38</text>
<text class="axis-caption" x="474.0" y="446" text-anchor="middle">Week</text>
<text class="axis-caption" transform="translate(18 213.0) rotate(-90)" text-anchor="middle">Elo rating</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,253.6 128.7,266.4 150.3,251.9 171.9,236.5 193.5,221.1 215.1,235.8 236.6,223.2 258.2,237.7 279.8,223.4 301.4,211.0 322.9,223.1 344.5,210.4 366.1,225.2 387.7,237.5 409.3,223.9 430.8,210.0 452.4,197.8 474.0,184.6 495.6,173.9 517.2,160.0 538.7,149.3 560.3,165.5 581.9,154.3 603.5,171.2 625.1,158.1 646.6,174.9 668.2,162.2 689.8,153.4 711.4,141.1 732.9,132.3 754.5,123.2 776.1,112.9 797.7,103.3 819.3,90.7 840.8,83.2 862.4,74.3 884.0,67.5" stroke="hsl(44 76% 38%)"><title>Ryan Donlan</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="67.5" r="3.5" fill="hsl(44 76% 38%)"><title>Ryan Donlan</title></circle>
<line class="legend-swatch" x1="910" y1="44" x2="932" y2="44" stroke="hsl(44 76% 38%)" />
<text class="legend-label" x="940" y="48">Ryan Donlan</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,226.3 128.7,239.1 150.3,225.5 171.9,238.2 193.5,252.0 215.1,265.6 236.6,278.2 258.2,261.9 279.8,247.7 301.4,259.0 322.9,245.8 344.5,230.5 366.1,243.1 387.7,230.5 409.3,217.8 430.8,231.7 452.4,216.7 474.0,204.5 495.6,189.0 517.2,205.8 538.7,193.3 560.3,180.7 581.9,170.2 603.5,187.7 625.1,200.8 646.6,215.0 668.2,201.4 689.8,186.9 711.4,177.6 732.9,164.6 754.5,152.4 776.1,143.9 797.7,134.3 819.3,146.8 840.8,135.6 862.4,128.1 884.0,116.8" stroke="hsl(352 76% 38%)"><title>Justin Miller</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="116.8" r="3.5" fill="hsl(352 76% 38%)"><title>Justin Miller</title></circle>
<line class="legend-swatch" x1="910" y1="72" x2="932" y2="72" stroke="hsl(352 76% 38%)" />
<text class="legend-label" x="940" y="76">Justin Miller</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,254.6 128.7,240.9 150.3,254.5 171.9,239.0 193.5,251.8 215.1,237.1 236.6,223.7 258.2,210.3 279.8,195.0 301.4,210.6 322.9,198.6 344.5,213.9 366.1,226.1 387.7,239.1 409.3,252.7 430.8,238.1 452.4,253.0 474.0,237.2 495.6,252.2 517.2,238.8 538.7,251.4 560.3,263.1 581.9,247.2 603.5,230.4 625.1,215.2 646.6,204.3 668.2,219.9 689.8,207.8 711.4,195.9 732.9,209.0 754.5,222.0 776.1,234.8 797.7,244.3 819.3,232.8 840.8,221.2 862.4,206.9 884.0,196.7" stroke="hsl(12 76% 38%)"><title>Ryan Houseman</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="196.7" r="3.5" fill="hsl(12 76% 38%)"><title>Ryan Houseman</title></circle>
<line class="legend-swatch" x1="910" y1="100" x2="932" y2="100" stroke="hsl(12 76% 38%)" />
<text class="legend-label" x="940" y="104">Ryan Houseman</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,228.2 128.7,215.4 150.3,201.7 171.9,217.2 193.5,203.5 215.1,190.7 236.6,178.0 258.2,191.6 279.8,179.4 301.4,168.1 322.9,155.9 344.5,172.2 366.1,160.0 387.7,148.6 409.3,139.6 430.8,144.2 452.4,131.7 474.0,149.8 495.6,165.3 517.2,179.3 538.7,194.5 560.3,182.8 581.9,197.4 603.5,214.0 625.1,202.8 646.6,190.8 668.2,178.6 689.8,193.1 711.4,205.4 732.9,191.2 754.5,178.2 776.1,167.9 797.7,159.2 819.3,177.9 840.8,178.8 862.4,196.3 884.0,207.6" stroke="hsl(266 76% 38%)"><title>Luke Lockwood</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="207.6" r="3.5" fill="hsl(266 76% 38%)"><title>Luke Lockwood</title></circle>
<line class="legend-swatch" x1="910" y1="128" x2="932" y2="128" stroke="hsl(266 76% 38%)" />
<text class="legend-label" x="940" y="132">Luke Lockwood</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,227.2 128.7,213.6 150.3,199.0 171.9,186.3 193.5,201.7 215.1,188.0 236.6,176.0 258.2,162.4 279.8,177.7 301.4,194.1 322.9,181.9 344.5,199.1 366.1,186.5 387.7,174.2 409.3,161.1 430.8,178.5 452.4,190.9 474.0,206.7 495.6,222.6 517.2,237.6 538.7,224.9 560.3,237.5 581.9,248.7 603.5,233.9 625.1,248.7 646.6,260.8 668.2,245.2 689.8,231.0 711.4,218.9 732.9,208.8 754.5,220.9 776.1,231.3 797.7,216.0 819.3,204.3 840.8,203.4 862.4,217.6 884.0,208.0" stroke="hsl(154 76% 38%)"><title>Drake Byrd</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="208.0" r="3.5" fill="hsl(154 76% 38%)"><title>Drake Byrd</title></circle>
<line class="legend-swatch" x1="910" y1="156" x2="932" y2="156" stroke="hsl(154 76% 38%)" />
<text class="legend-label" x="940" y="160">Drake Byrd</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,253.6 128.7,267.3 150.3,250.9 171.9,264.7 193.5,249.4 215.1,235.8 236.6,247.8 258.2,233.3 279.8,245.6 301.4,258.8 322.9,270.8 344.5,255.7 366.1,242.2 387.7,257.2 409.3,269.9 430.8,252.6 452.4,264.8 474.0,246.7 495.6,259.5 517.2,273.0 538.7,285.4 560.3,270.8 581.9,285.2 603.5,267.6 625.1,252.8 646.6,235.9 668.2,248.0 689.8,260.6 711.4,272.4 732.9,258.2 754.5,245.9 776.1,262.9 797.7,272.6 819.3,284.3 840.8,291.8 862.4,274.3 884.0,259.3" stroke="hsl(118 76% 38%)"><title>Levi Morant</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="259.3" r="3.5" fill="hsl(118 76% 38%)"><title>Levi Morant</title></circle>
<line class="legend-swatch" x1="910" y1="184" x2="932" y2="184" stroke="hsl(118 76% 38%)" />
<text class="legend-label" x="940" y="188">Levi Morant</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,227.2 128.7,240.9 150.3,255.4 171.9,241.6 193.5,227.8 215.1,240.7 236.6,253.4 258.2,267.3 279.8,252.8 301.4,237.2 322.9,249.4 344.5,262.1 366.1,275.6 387.7,288.1 409.3,297.1 430.8,307.7 452.4,291.8 474.0,276.9 495.6,261.9 517.2,246.9 538.7,257.6 560.3,272.2 581.9,282.8 603.5,266.2 625.1,278.6 646.6,262.3 668.2,263.9 689.8,276.0 711.4,288.1 732.9,297.0 754.5,309.3 776.1,317.8 797.7,326.5 819.3,308.6 840.8,295.2 862.4,309.2 884.0,319.4" stroke="hsl(224 76% 38%)"><title>Julius Long</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="319.4" r="3.5" fill="hsl(224 76% 38%)"><title>Julius Long</title></circle>
<line class="legend-swatch" x1="910" y1="212" x2="932" y2="212" stroke="hsl(224 76% 38%)" />
<text class="legend-label" x="940" y="216">Julius Long</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,200.9 128.7,214.5 150.3,228.2 171.9,213.6 193.5,200.8 215.1,214.5 236.6,201.8 258.2,218.0 279.8,232.4 301.4,219.2 322.9,233.7 344.5,217.3 366.1,205.4 387.7,192.5 409.3,205.5 430.8,194.9 452.4,209.9 474.0,223.1 495.6,210.3 517.2,225.4 538.7,210.2 560.3,198.9 581.9,214.7 603.5,229.6 625.1,217.2 646.6,202.9 668.2,215.6 689.8,203.1 711.4,190.8 732.9,205.0 754.5,195.7 776.1,183.0 797.7,198.3 819.3,216.2 840.8,227.5 862.4,236.4 884.0,251.4" stroke="hsl(292 76% 38%)"><title>Dylan Reid</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="251.4" r="3.5" fill="hsl(292 76% 38%)"><title>Dylan Reid</title></circle>
<line class="legend-swatch" x1="910" y1="240" x2="932" y2="240" stroke="hsl(292 76% 38%)" />
<text class="legend-label" x="940" y="244">Dylan Reid</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,200.9 128.7,188.1 150.3,202.6 171.9,217.2 193.5,232.4 215.1,218.8 236.6,231.5 258.2,244.8 279.8,259.3 301.4,271.7 322.9,284.9 344.5,267.8 366.1,279.7 387.7,264.8 409.3,277.6 430.8,273.0 452.4,258.1 474.0,272.9 495.6,283.6 517.2,266.7 538.7,279.4 560.3,290.7 581.9,276.3 603.5,287.2 625.1,298.4 646.6,309.2 668.2,307.6 689.8,316.5 711.4,325.8 732.9,335.9 754.5,345.2 776.1,328.1 797.7,313.2 819.3,294.4 840.8,306.0 862.4,292.0 884.0,298.8" stroke="hsl(78 76% 38%)"><title>Ethan Ellsworth</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="298.8" r="3.5" fill="hsl(78 76% 38%)"><title>Ethan Ellsworth</title></circle>
<line class="legend-swatch" x1="910" y1="268" x2="932" y2="268" stroke="hsl(78 76% 38%)" />
<text class="legend-label" x="940" y="272">Ethan Ellsworth</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,199.9 128.7,186.3 150.3,202.7 171.9,218.1 193.5,231.7 215.1,245.4 236.6,258.7 258.2,244.9 279.8,259.2 301.4,242.7 322.9,228.2 344.5,243.4 366.1,228.6 387.7,239.9 409.3,227.1 430.8,241.6 452.4,257.5 474.0,269.8 495.6,254.0 517.2,238.8 538.7,226.3 560.3,210.0 581.9,195.4 603.5,184.5 625.1,199.8 646.6,216.1 668.2,229.7 689.8,243.9 711.4,256.2 732.9,270.4 754.5,279.5 776.1,289.7 797.7,304.7 819.3,316.3 840.8,329.7 862.4,337.1 884.0,346.8" stroke="hsl(28 76% 38%)"><title>Alexander Chaban</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="346.8" r="3.5" fill="hsl(28 76% 38%)"><title>Alexander Chaban</title></circle>
<line class="legend-swatch" x1="910" y1="296" x2="932" y2="296" stroke="hsl(28 76% 38%)" />
<text class="legend-label" x="940" y="300">Alexander Chaban</text>
<rect class="rating-hover-zone" x="74.8" y="28" width="21.6" height="370" data-tooltip="Week 1&#10;1. Alexander Chaban: 1512.0&#10;2. Drake Byrd: 1512.0&#10;3. Dylan Reid: 1512.0&#10;4. Ethan Ellsworth: 1512.0&#10;5. Luke Lockwood: 1512.0&#10;6. Julius Long: 1488.0&#10;7. Justin Miller: 1488.0&#10;8. Levi Morant: 1488.0&#10;9. Ryan Donlan: 1488.0&#10;10. Ryan Houseman: 1488.0" data-week="1" />
<rect class="rating-hover-zone" x="96.4" y="28" width="21.6" height="370" data-tooltip="Week 2&#10;1. Alexander Chaban: 1524.0&#10;2. Dylan Reid: 1523.2&#10;3. Ethan Ellsworth: 1523.2&#10;4. Justin Miller: 1500.8&#10;5. Drake Byrd: 1500.0&#10;6. Julius Long: 1500.0&#10;7. Luke Lockwood: 1499.2&#10;8. Levi Morant: 1476.8&#10;9. Ryan Donlan: 1476.8&#10;10. Ryan Houseman: 1476.0" data-week="2" />
<rect class="rating-hover-zone" x="117.9" y="28" width="21.6" height="370" data-tooltip="Week 3&#10;1. Alexander Chaban: 1536.0&#10;2. Ethan Ellsworth: 1534.4&#10;3. Drake Byrd: 1512.0&#10;4. Dylan Reid: 1511.2&#10;5. Luke Lockwood: 1510.4&#10;6. Justin Miller: 1489.6&#10;7. Ryan Houseman: 1488.0&#10;8. Julius Long: 1488.0&#10;9. Ryan Donlan: 1465.6&#10;10. Levi Morant: 1464.8" data-week="3" />
<rect class="rating-hover-zone" x="139.5" y="28" width="21.6" height="370" data-tooltip="Week 4&#10;1. Drake Byrd: 1524.8&#10;2. Luke Lockwood: 1522.4&#10;3. Ethan Ellsworth: 1521.6&#10;4. Alexander Chaban: 1521.5&#10;5. Justin Miller: 1501.5&#10;6. Dylan Reid: 1499.2&#10;7. Levi Morant: 1479.2&#10;8. Ryan Donlan: 1478.4&#10;9. Ryan Houseman: 1476.1&#10;10. Julius Long: 1475.2" data-week="4" />
<rect class="rating-hover-zone" x="161.1" y="28" width="21.6" height="370" data-tooltip="Week 5&#10;1. Drake Byrd: 1536.0&#10;2. Dylan Reid: 1512.0&#10;3. Ethan Ellsworth: 1508.8&#10;4. Luke Lockwood: 1508.8&#10;5. Alexander Chaban: 1508.1&#10;6. Ryan Donlan: 1491.8&#10;7. Justin Miller: 1490.3&#10;8. Ryan Houseman: 1489.7&#10;9. Julius Long: 1487.4&#10;10. Levi Morant: 1467.1" data-week="5" />
<rect class="rating-hover-zone" x="182.7" y="28" width="21.6" height="370" data-tooltip="Week 6&#10;1. Dylan Reid: 1523.2&#10;2. Drake Byrd: 1522.5&#10;3. Luke Lockwood: 1520.8&#10;4. Ryan Donlan: 1505.4&#10;5. Julius Long: 1499.5&#10;6. Alexander Chaban: 1496.1&#10;7. Ethan Ellsworth: 1495.4&#10;8. Levi Morant: 1480.5&#10;9. Ryan Houseman: 1478.4&#10;10. Justin Miller: 1478.2" data-week="6" />
<rect class="rating-hover-zone" x="204.3" y="28" width="21.6" height="370" data-tooltip="Week 7&#10;1. Drake Byrd: 1534.5&#10;2. Luke Lockwood: 1532.1&#10;3. Dylan Reid: 1511.2&#10;4. Ethan Ellsworth: 1507.4&#10;5. Levi Morant: 1492.4&#10;6. Ryan Donlan: 1492.4&#10;7. Ryan Houseman: 1491.4&#10;8. Julius Long: 1488.2&#10;9. Alexander Chaban: 1484.1&#10;10. Justin Miller: 1466.3" data-week="7" />
<rect class="rating-hover-zone" x="225.8" y="28" width="21.6" height="370" data-tooltip="Week 8&#10;1. Drake Byrd: 1545.0&#10;2. Luke Lockwood: 1543.2&#10;3. Dylan Reid: 1522.4&#10;4. Ryan Donlan: 1503.5&#10;5. Ryan Houseman: 1503.1&#10;6. Ethan Ellsworth: 1496.3&#10;7. Levi Morant: 1481.9&#10;8. Julius Long: 1477.0&#10;9. Alexander Chaban: 1472.3&#10;10. Justin Miller: 1455.2" data-week="8" />
<rect class="rating-hover-zone" x="247.4" y="28" width="21.6" height="370" data-tooltip="Week 9&#10;1. Drake Byrd: 1557.0&#10;2. Luke Lockwood: 1531.3&#10;3. Ryan Houseman: 1514.9&#10;4. Dylan Reid: 1508.1&#10;5. Levi Morant: 1494.6&#10;6. Ryan Donlan: 1490.8&#10;7. Ethan Ellsworth: 1484.5&#10;8. Alexander Chaban: 1484.5&#10;9. Justin Miller: 1469.5&#10;10. Julius Long: 1464.8" data-week="9" />
<rect class="rating-hover-zone" x="269.0" y="28" width="21.6" height="370" data-tooltip="Week 10&#10;1. Drake Byrd: 1543.5&#10;2. Luke Lockwood: 1542.0&#10;3. Ryan Houseman: 1528.3&#10;4. Ryan Donlan: 1503.4&#10;5. Dylan Reid: 1495.5&#10;6. Levi Morant: 1483.9&#10;7. Justin Miller: 1482.0&#10;8. Julius Long: 1477.5&#10;9. Alexander Chaban: 1472.0&#10;10. Ethan Ellsworth: 1471.8" data-week="10" />
<rect class="rating-hover-zone" x="290.6" y="28" width="21.6" height="370" data-tooltip="Week 11&#10;1. Luke Lockwood: 1552.0&#10;2. Drake Byrd: 1529.1&#10;3. Ryan Houseman: 1514.6&#10;4. Ryan Donlan: 1514.3&#10;5. Dylan Reid: 1507.1&#10;6. Julius Long: 1491.3&#10;7. Alexander Chaban: 1486.4&#10;8. Levi Morant: 1472.3&#10;9. Justin Miller: 1472.1&#10;10. Ethan Ellsworth: 1460.9" data-week="11" />
<rect class="rating-hover-zone" x="312.2" y="28" width="21.6" height="370" data-tooltip="Week 12&#10;1. Luke Lockwood: 1562.7&#10;2. Drake Byrd: 1539.8&#10;3. Ryan Houseman: 1525.1&#10;4. Ryan Donlan: 1503.6&#10;5. Alexander Chaban: 1499.1&#10;6. Dylan Reid: 1494.4&#10;7. Justin Miller: 1483.7&#10;8. Julius Long: 1480.6&#10;9. Levi Morant: 1461.8&#10;10. Ethan Ellsworth: 1449.3" data-week="12" />
<rect class="rating-hover-zone" x="333.7" y="28" width="21.6" height="370" data-tooltip="Week 13&#10;1. Luke Lockwood: 1548.3&#10;2. Drake Byrd: 1524.7&#10;3. Ryan Donlan: 1514.8&#10;4. Ryan Houseman: 1511.7&#10;5. Dylan Reid: 1508.7&#10;6. Justin Miller: 1497.1&#10;7. Alexander Chaban: 1485.8&#10;8. Levi Morant: 1475.0&#10;9. Julius Long: 1469.3&#10;10. Ethan Ellsworth: 1464.4" data-week="13" />
<rect class="rating-hover-zone" x="355.3" y="28" width="21.6" height="370" data-tooltip="Week 14&#10;1. Luke Lockwood: 1559.1&#10;2. Drake Byrd: 1535.8&#10;3. Dylan Reid: 1519.2&#10;4. Ryan Donlan: 1501.8&#10;5. Ryan Houseman: 1501.0&#10;6. Alexander Chaban: 1498.8&#10;7. Levi Morant: 1486.8&#10;8. Justin Miller: 1486.1&#10;9. Julius Long: 1457.5&#10;10. Ethan Ellsworth: 1453.9" data-week="14" />
<rect class="rating-hover-zone" x="376.9" y="28" width="21.6" height="370" data-tooltip="Week 15&#10;1. Luke Lockwood: 1569.0&#10;2. Drake Byrd: 1546.6&#10;3. Dylan Reid: 1530.5&#10;4. Justin Miller: 1497.1&#10;5. Ryan Donlan: 1491.0&#10;6. Ryan Houseman: 1489.6&#10;7. Alexander Chaban: 1488.9&#10;8. Levi Morant: 1473.7&#10;9. Ethan Ellsworth: 1467.0&#10;10. Julius Long: 1446.5" data-week="15" />
<rect class="rating-hover-zone" x="398.5" y="28" width="21.6" height="370" data-tooltip="Week 16&#10;1. Luke Lockwood: 1577.0&#10;2. Drake Byrd: 1558.1&#10;3. Dylan Reid: 1519.1&#10;4. Justin Miller: 1508.3&#10;5. Ryan Donlan: 1502.9&#10;6. Alexander Chaban: 1500.1&#10;7. Ryan Houseman: 1477.7&#10;8. Levi Morant: 1462.5&#10;9. Ethan Ellsworth: 1455.8&#10;10. Julius Long: 1438.6" data-week="16" />
<rect class="rating-hover-zone" x="420.1" y="28" width="21.6" height="370" data-tooltip="Week 17&#10;1. Luke Lockwood: 1572.9&#10;2. Drake Byrd: 1542.8&#10;3. Dylan Reid: 1528.4&#10;4. Ryan Donlan: 1515.1&#10;5. Justin Miller: 1496.1&#10;6. Ryan Houseman: 1490.4&#10;7. Alexander Chaban: 1487.4&#10;8. Levi Morant: 1477.7&#10;9. Ethan Ellsworth: 1459.8&#10;10. Julius Long: 1429.3" data-week="17" />
<rect class="rating-hover-zone" x="441.6" y="28" width="21.6" height="370" data-tooltip="Week 18&#10;1. Luke Lockwood: 1583.9&#10;2. Drake Byrd: 1531.9&#10;3. Ryan Donlan: 1525.8&#10;4. Dylan Reid: 1515.2&#10;5. Justin Miller: 1509.2&#10;6. Ryan Houseman: 1477.4&#10;7. Alexander Chaban: 1473.4&#10;8. Ethan Ellsworth: 1472.9&#10;9. Levi Morant: 1467.0&#10;10. Julius Long: 1443.3" data-week="18" />
<rect class="rating-hover-zone" x="463.2" y="28" width="21.6" height="370" data-tooltip="Week 19&#10;1. Luke Lockwood: 1568.0&#10;2. Ryan Donlan: 1537.5&#10;3. Justin Miller: 1520.0&#10;4. Drake Byrd: 1518.0&#10;5. Dylan Reid: 1503.6&#10;6. Ryan Houseman: 1491.2&#10;7. Levi Morant: 1482.9&#10;8. Alexander Chaban: 1462.6&#10;9. Ethan Ellsworth: 1459.8&#10;10. Julius Long: 1456.3" data-week="19" />
<rect class="rating-hover-zone" x="484.8" y="28" width="21.6" height="370" data-tooltip="Week 20&#10;1. Luke Lockwood: 1554.4&#10;2. Ryan Donlan: 1546.8&#10;3. Justin Miller: 1533.6&#10;4. Dylan Reid: 1514.9&#10;5. Drake Byrd: 1504.1&#10;6. Ryan Houseman: 1478.0&#10;7. Alexander Chaban: 1476.5&#10;8. Levi Morant: 1471.6&#10;9. Julius Long: 1469.5&#10;10. Ethan Ellsworth: 1450.5" data-week="20" />
<rect class="rating-hover-zone" x="506.4" y="28" width="21.6" height="370" data-tooltip="Week 21&#10;1. Ryan Donlan: 1559.1&#10;2. Luke Lockwood: 1542.1&#10;3. Justin Miller: 1518.8&#10;4. Dylan Reid: 1501.6&#10;5. Drake Byrd: 1490.9&#10;6. Alexander Chaban: 1489.8&#10;7. Ryan Houseman: 1489.8&#10;8. Julius Long: 1482.7&#10;9. Ethan Ellsworth: 1465.3&#10;10. Levi Morant: 1459.8" data-week="21" />
<rect class="rating-hover-zone" x="527.9" y="28" width="21.6" height="370" data-tooltip="Week 22&#10;1. Ryan Donlan: 1568.5&#10;2. Justin Miller: 1529.8&#10;3. Luke Lockwood: 1528.7&#10;4. Dylan Reid: 1515.0&#10;5. Drake Byrd: 1502.0&#10;6. Alexander Chaban: 1500.8&#10;7. Ryan Houseman: 1478.8&#10;8. Julius Long: 1473.3&#10;9. Ethan Ellsworth: 1454.2&#10;10. Levi Morant: 1448.9" data-week="22" />
<rect class="rating-hover-zone" x="549.5" y="28" width="21.6" height="370" data-tooltip="Week 23&#10;1. Ryan Donlan: 1554.2&#10;2. Justin Miller: 1540.8&#10;3. Luke Lockwood: 1539.0&#10;4. Dylan Reid: 1524.9&#10;5. Alexander Chaban: 1515.1&#10;6. Drake Byrd: 1491.0&#10;7. Ryan Houseman: 1468.5&#10;8. Levi Morant: 1461.7&#10;9. Julius Long: 1460.5&#10;10. Ethan Ellsworth: 1444.3" data-week="23" />
<rect class="rating-hover-zone" x="571.1" y="28" width="21.6" height="370" data-tooltip="Week 24&#10;1. Ryan Donlan: 1564.0&#10;2. Justin Miller: 1550.1&#10;3. Alexander Chaban: 1527.9&#10;4. Luke Lockwood: 1526.2&#10;5. Dylan Reid: 1511.0&#10;6. Ryan Houseman: 1482.5&#10;7. Drake Byrd: 1481.2&#10;8. Ethan Ellsworth: 1456.9&#10;9. Julius Long: 1451.2&#10;10. Levi Morant: 1449.1" data-week="24" />
<rect class="rating-hover-zone" x="592.7" y="28" width="21.6" height="370" data-tooltip="Week 25&#10;1. Ryan Donlan: 1549.3&#10;2. Alexander Chaban: 1537.5&#10;3. Justin Miller: 1534.7&#10;4. Luke Lockwood: 1511.6&#10;5. Dylan Reid: 1497.9&#10;6. Ryan Houseman: 1497.2&#10;7. Drake Byrd: 1494.2&#10;8. Julius Long: 1465.8&#10;9. Levi Morant: 1464.5&#10;10. Ethan Ellsworth: 1447.3" data-week="25" />
<rect class="rating-hover-zone" x="614.3" y="28" width="21.6" height="370" data-tooltip="Week 26&#10;1. Ryan Donlan: 1560.8&#10;2. Alexander Chaban: 1524.1&#10;3. Justin Miller: 1523.2&#10;4. Luke Lockwood: 1521.4&#10;5. Ryan Houseman: 1510.6&#10;6. Dylan Reid: 1508.8&#10;7. Drake Byrd: 1481.2&#10;8. Levi Morant: 1477.5&#10;9. Julius Long: 1454.9&#10;10. Ethan Ellsworth: 1437.5" data-week="26" />
<rect class="rating-hover-zone" x="635.8" y="28" width="21.6" height="370" data-tooltip="Week 27&#10;1. Ryan Donlan: 1545.9&#10;2. Luke Lockwood: 1532.0&#10;3. Dylan Reid: 1521.3&#10;4. Ryan Houseman: 1520.1&#10;5. Justin Miller: 1510.7&#10;6. Alexander Chaban: 1509.8&#10;7. Levi Morant: 1492.3&#10;8. Drake Byrd: 1470.5&#10;9. Julius Long: 1469.2&#10;10. Ethan Ellsworth: 1428.0" data-week="27" />
<rect class="rating-hover-zone" x="657.4" y="28" width="21.6" height="370" data-tooltip="Week 28&#10;1. Ryan Donlan: 1557.1&#10;2. Luke Lockwood: 1542.7&#10;3. Justin Miller: 1522.7&#10;4. Dylan Reid: 1510.2&#10;5. Ryan Houseman: 1506.4&#10;6. Alexander Chaban: 1497.8&#10;7. Drake Byrd: 1484.2&#10;8. Levi Morant: 1481.7&#10;9. Julius Long: 1467.8&#10;10. Ethan Ellsworth: 1429.4" data-week="28" />
<rect class="rating-hover-zone" x="679.0" y="28" width="21.6" height="370" data-tooltip="Week 29&#10;1. Ryan Donlan: 1564.9&#10;2. Justin Miller: 1535.4&#10;3. Luke Lockwood: 1530.0&#10;4. Dylan Reid: 1521.2&#10;5. Ryan Houseman: 1517.1&#10;6. Drake Byrd: 1496.7&#10;7. Alexander Chaban: 1485.3&#10;8. Levi Morant: 1470.7&#10;9. Julius Long: 1457.1&#10;10. Ethan Ellsworth: 1421.6" data-week="29" />
<rect class="rating-hover-zone" x="700.6" y="28" width="21.6" height="370" data-tooltip="Week 30&#10;1. Ryan Donlan: 1575.7&#10;2. Justin Miller: 1543.6&#10;3. Dylan Reid: 1532.0&#10;4. Ryan Houseman: 1527.5&#10;5. Luke Lockwood: 1519.2&#10;6. Drake Byrd: 1507.3&#10;7. Alexander Chaban: 1474.6&#10;8. Levi Morant: 1460.3&#10;9. Julius Long: 1446.5&#10;10. Ethan Ellsworth: 1413.4" data-week="30" />
<rect class="rating-hover-zone" x="722.2" y="28" width="21.6" height="370" data-tooltip="Week 31&#10;1. Ryan Donlan: 1583.4&#10;2. Justin Miller: 1555.0&#10;3. Luke Lockwood: 1531.6&#10;4. Dylan Reid: 1519.5&#10;5. Drake Byrd: 1516.2&#10;6. Ryan Houseman: 1516.0&#10;7. Levi Morant: 1472.8&#10;8. Alexander Chaban: 1462.1&#10;9. Julius Long: 1438.8&#10;10. Ethan Ellsworth: 1404.6" data-week="31" />
<rect class="rating-hover-zone" x="743.7" y="28" width="21.6" height="370" data-tooltip="Week 32&#10;1. Ryan Donlan: 1591.4&#10;2. Justin Miller: 1565.7&#10;3. Luke Lockwood: 1543.1&#10;4. Dylan Reid: 1527.7&#10;5. Drake Byrd: 1505.5&#10;6. Ryan Houseman: 1504.6&#10;7. Levi Morant: 1483.6&#10;8. Alexander Chaban: 1454.1&#10;9. Julius Long: 1427.9&#10;10. Ethan Ellsworth: 1396.4" data-week="32" />
<rect class="rating-hover-zone" x="765.3" y="28" width="21.6" height="370" data-tooltip="Week 33&#10;1. Ryan Donlan: 1600.5&#10;2. Justin Miller: 1573.2&#10;3. Luke Lockwood: 1552.1&#10;4. Dylan Reid: 1538.9&#10;5. Drake Byrd: 1496.4&#10;6. Ryan Houseman: 1493.4&#10;7. Levi Morant: 1468.7&#10;8. Alexander Chaban: 1445.1&#10;9. Julius Long: 1420.5&#10;10. Ethan Ellsworth: 1411.4" data-week="33" />
<rect class="rating-hover-zone" x="786.9" y="28" width="21.6" height="370" data-tooltip="Week 34&#10;1. Ryan Donlan: 1608.9&#10;2. Justin Miller: 1581.7&#10;3. Luke Lockwood: 1559.7&#10;4. Dylan Reid: 1525.4&#10;5. Drake Byrd: 1509.9&#10;6. Ryan Houseman: 1485.0&#10;7. Levi Morant: 1460.2&#10;8. Alexander Chaban: 1431.9&#10;9. Ethan Ellsworth: 1424.5&#10;10. Julius Long: 1412.8" data-week="34" />
<rect class="rating-hover-zone" x="808.5" y="28" width="21.6" height="370" data-tooltip="Week 35&#10;1. Ryan Donlan: 1619.9&#10;2. Justin Miller: 1570.6&#10;3. Luke Lockwood: 1543.3&#10;4. Drake Byrd: 1520.2&#10;5. Dylan Reid: 1509.7&#10;6. Ryan Houseman: 1495.2&#10;7. Levi Morant: 1449.9&#10;8. Ethan Ellsworth: 1441.0&#10;9. Julius Long: 1428.6&#10;10. Alexander Chaban: 1421.8" data-week="35" />
<rect class="rating-hover-zone" x="830.1" y="28" width="21.6" height="370" data-tooltip="Week 36&#10;1. Ryan Donlan: 1626.5&#10;2. Justin Miller: 1580.5&#10;3. Luke Lockwood: 1542.5&#10;4. Drake Byrd: 1521.0&#10;5. Ryan Houseman: 1505.3&#10;6. Dylan Reid: 1499.8&#10;7. Levi Morant: 1443.3&#10;8. Julius Long: 1440.3&#10;9. Ethan Ellsworth: 1430.8&#10;10. Alexander Chaban: 1410.0" data-week="36" />
<rect class="rating-hover-zone" x="851.6" y="28" width="21.6" height="370" data-tooltip="Week 37&#10;1. Ryan Donlan: 1634.3&#10;2. Justin Miller: 1587.1&#10;3. Luke Lockwood: 1527.2&#10;4. Ryan Houseman: 1517.8&#10;5. Drake Byrd: 1508.4&#10;6. Dylan Reid: 1492.0&#10;7. Levi Morant: 1458.7&#10;8. Ethan Ellsworth: 1443.2&#10;9. Julius Long: 1428.0&#10;10. Alexander Chaban: 1403.5" data-week="37" />
<rect class="rating-hover-zone" x="873.2" y="28" width="10.8" height="370" data-tooltip="Week 38&#10;1. Ryan Donlan: 1640.3&#10;2. Justin Miller: 1597.0&#10;3. Ryan Houseman: 1526.8&#10;4. Luke Lockwood: 1517.2&#10;5. Drake Byrd: 1516.9&#10;6. Dylan Reid: 1478.8&#10;7. Levi Morant: 1471.8&#10;8. Ethan Ellsworth: 1437.2&#10;9. Julius Long: 1419.0&#10;10. Alexander Chaban: 1395.0" data-week="38" />
</svg>
</div>
### 2025-26 Power Rankings
| Rank | Manager | Final Rating | Net | Peak | Peak Week | Low | Low Week | Avg Rank | Weeks #1 | Top 3 Weeks | Bottom 3 Weeks |
|---|---:|---:|---:|---:|---:|---:|---:|---:|---:|---:|---:|
| 1 | Ryan Donlan | 1640.3 | +140.3 | 1640.3 | 38 | 1465.6 | 3 | 3.13 | 18 | 22 | 4 |
| 2 | Justin Miller | 1597.0 | +97.0 | 1597.0 | 38 | 1455.2 | 8 | 4.53 | 0 | 19 | 6 |
| 3 | Ryan Houseman | 1526.8 | +26.8 | 1528.3 | 10 | 1468.5 | 23 | 5.82 | 0 | 5 | 5 |
| 4 | Luke Lockwood | 1517.2 | +17.2 | 1583.9 | 18 | 1499.2 | 2 | 2.66 | 10 | 29 | 0 |
| 5 | Drake Byrd | 1516.9 | +16.9 | 1558.1 | 16 | 1470.5 | 27 | 3.82 | 6 | 17 | 1 |
| 6 | Dylan Reid | 1478.8 | -21.2 | 1538.9 | 33 | 1478.8 | 38 | 4.08 | 1 | 12 | 0 |
| 7 | Levi Morant | 1471.8 | -28.2 | 1494.6 | 9 | 1443.3 | 36 | 7.79 | 0 | 0 | 22 |
| 8 | Ethan Ellsworth | 1437.2 | -62.8 | 1534.4 | 3 | 1396.4 | 32 | 8.18 | 0 | 4 | 29 |
| 9 | Julius Long | 1419.0 | -81.0 | 1500.0 | 2 | 1412.8 | 34 | 8.63 | 0 | 0 | 34 |
| 10 | Alexander Chaban | 1395.0 | -105.0 | 1537.5 | 25 | 1395.0 | 38 | 6.37 | 3 | 6 | 13 |

### 2025-26 Time At The Top And Bottom
| Manager | Weeks #1 | Top 3 Weeks | Bottom 3 Weeks | Avg Rank | Final Rank |
|---|---:|---:|---:|---:|---:|
| Ryan Donlan | 18 | 22 | 4 | 3.13 | 1 |
| Luke Lockwood | 10 | 29 | 0 | 2.66 | 4 |
| Drake Byrd | 6 | 17 | 1 | 3.82 | 5 |
| Alexander Chaban | 3 | 6 | 13 | 6.37 | 10 |
| Dylan Reid | 1 | 12 | 0 | 4.08 | 6 |
| Justin Miller | 0 | 19 | 6 | 4.53 | 2 |
| Ryan Houseman | 0 | 5 | 5 | 5.82 | 3 |
| Ethan Ellsworth | 0 | 4 | 29 | 8.18 | 8 |
| Levi Morant | 0 | 0 | 22 | 7.79 | 7 |
| Julius Long | 0 | 0 | 34 | 8.63 | 9 |

### 2025-26 Biggest Upsets

These are the largest pre-game Elo gaps where the lower-rated manager beat the higher-rated manager. The score is shown from the underdog winner's perspective.

| Week | Underdog Winner | Favorite | Elo Gap | Underdog Elo | Favorite Elo | Score |
|---|---:|---:|---:|---:|---:|---:|
| 35 | Ethan Ellsworth | Luke Lockwood | 135.2 | 1424.5 | 1559.7 | 42-21 |
| 19 | Levi Morant | Luke Lockwood | 116.9 | 1467.0 | 1583.9 | 48-45 |
| 35 | Julius Long | Dylan Reid | 112.6 | 1412.8 | 1525.4 | 59-52 |
| 25 | Levi Morant | Justin Miller | 101.0 | 1449.1 | 1550.1 | 66-28 |
| 37 | Levi Morant | Luke Lockwood | 99.2 | 1443.3 | 1542.5 | 37-32 |
| 17 | Levi Morant | Drake Byrd | 95.5 | 1462.5 | 1558.1 | 45-23 |
| 13 | Ethan Ellsworth | Drake Byrd | 90.5 | 1449.3 | 1539.8 | 41-39 |
| 33 | Ethan Ellsworth | Levi Morant | 87.2 | 1396.4 | 1483.6 | 60-34 |
| 27 | Levi Morant | Ryan Donlan | 83.2 | 1477.5 | 1560.8 | 66-48 |
| 21 | Ethan Ellsworth | Justin Miller | 83.1 | 1450.5 | 1533.6 | 51-35 |
| 25 | Ryan Houseman | Ryan Donlan | 81.6 | 1482.5 | 1564.0 | 39-30 |
| 25 | Julius Long | Luke Lockwood | 75.0 | 1451.2 | 1526.2 | 49-34 |
| 11 | Alexander Chaban | Drake Byrd | 71.6 | 1472.0 | 1543.5 | 42-39 |
| 4 | Levi Morant | Alexander Chaban | 71.2 | 1464.8 | 1536.0 | 62-59 |
| 27 | Julius Long | Alexander Chaban | 69.3 | 1454.9 | 1524.1 | 44-37 |
| 13 | Dylan Reid | Luke Lockwood | 68.3 | 1494.4 | 1562.7 | 45-38 |
| 23 | Alexander Chaban | Ryan Donlan | 67.7 | 1500.8 | 1568.5 | 36-34 |
| 9 | Justin Miller | Dylan Reid | 67.1 | 1455.2 | 1522.4 | 31-23 |
| 18 | Julius Long | Alexander Chaban | 58.0 | 1429.3 | 1487.4 | 43-32 |
| 24 | Ryan Houseman | Dylan Reid | 56.4 | 1468.5 | 1524.9 | 59-54 |

</section>
<section class="power-tab-panel" id="power-panel-2024-25" role="tabpanel" aria-labelledby="power-season-2024-25-label">
### 2024-25 Elo Movement
<div class="rating-chart-wrap" role="img" aria-label="2024-25 Elo rating movement chart">
<svg class="rating-chart" viewBox="0 0 1060 520" xmlns="http://www.w3.org/2000/svg">
<text class="chart-title" x="64" y="18">2024-25 Elo Movement</text>
<line class="axis-line" x1="64" y1="398" x2="884" y2="398" />
<line class="axis-line" x1="64" y1="28" x2="64" y2="398" />
<line class="grid-line" x1="64" y1="398.0" x2="884" y2="398.0" />
<text class="axis-label" x="54" y="402.0" text-anchor="end">1350</text>
<line class="grid-line" x1="64" y1="369.5" x2="884" y2="369.5" />
<text class="axis-label" x="54" y="373.5" text-anchor="end">1375</text>
<line class="grid-line" x1="64" y1="341.1" x2="884" y2="341.1" />
<text class="axis-label" x="54" y="345.1" text-anchor="end">1400</text>
<line class="grid-line" x1="64" y1="312.6" x2="884" y2="312.6" />
<text class="axis-label" x="54" y="316.6" text-anchor="end">1425</text>
<line class="grid-line" x1="64" y1="284.2" x2="884" y2="284.2" />
<text class="axis-label" x="54" y="288.2" text-anchor="end">1450</text>
<line class="grid-line" x1="64" y1="255.7" x2="884" y2="255.7" />
<text class="axis-label" x="54" y="259.7" text-anchor="end">1475</text>
<line class="grid-line" x1="64" y1="227.2" x2="884" y2="227.2" />
<text class="axis-label" x="54" y="231.2" text-anchor="end">1500</text>
<line class="grid-line" x1="64" y1="198.8" x2="884" y2="198.8" />
<text class="axis-label" x="54" y="202.8" text-anchor="end">1525</text>
<line class="grid-line" x1="64" y1="170.3" x2="884" y2="170.3" />
<text class="axis-label" x="54" y="174.3" text-anchor="end">1550</text>
<line class="grid-line" x1="64" y1="141.8" x2="884" y2="141.8" />
<text class="axis-label" x="54" y="145.8" text-anchor="end">1575</text>
<line class="grid-line" x1="64" y1="113.4" x2="884" y2="113.4" />
<text class="axis-label" x="54" y="117.4" text-anchor="end">1600</text>
<line class="grid-line" x1="64" y1="84.9" x2="884" y2="84.9" />
<text class="axis-label" x="54" y="88.9" text-anchor="end">1625</text>
<line class="grid-line" x1="64" y1="56.5" x2="884" y2="56.5" />
<text class="axis-label" x="54" y="60.5" text-anchor="end">1650</text>
<line class="grid-line" x1="64" y1="28.0" x2="884" y2="28.0" />
<text class="axis-label" x="54" y="32.0" text-anchor="end">1675</text>
<line class="tick-line" x1="64.0" y1="398" x2="64.0" y2="404" />
<text class="axis-label" x="64.0" y="422" text-anchor="middle">Start</text>
<line class="tick-line" x1="171.9" y1="398" x2="171.9" y2="404" />
<text class="axis-label" x="171.9" y="422" text-anchor="middle">5</text>
<line class="tick-line" x1="279.8" y1="398" x2="279.8" y2="404" />
<text class="axis-label" x="279.8" y="422" text-anchor="middle">10</text>
<line class="tick-line" x1="387.7" y1="398" x2="387.7" y2="404" />
<text class="axis-label" x="387.7" y="422" text-anchor="middle">15</text>
<line class="tick-line" x1="495.6" y1="398" x2="495.6" y2="404" />
<text class="axis-label" x="495.6" y="422" text-anchor="middle">20</text>
<line class="tick-line" x1="603.5" y1="398" x2="603.5" y2="404" />
<text class="axis-label" x="603.5" y="422" text-anchor="middle">25</text>
<line class="tick-line" x1="711.4" y1="398" x2="711.4" y2="404" />
<text class="axis-label" x="711.4" y="422" text-anchor="middle">30</text>
<line class="tick-line" x1="819.3" y1="398" x2="819.3" y2="404" />
<text class="axis-label" x="819.3" y="422" text-anchor="middle">35</text>
<line class="tick-line" x1="884.0" y1="398" x2="884.0" y2="404" />
<text class="axis-label" x="884.0" y="422" text-anchor="middle">38</text>
<text class="axis-caption" x="474.0" y="446" text-anchor="middle">Week</text>
<text class="axis-caption" transform="translate(18 213.0) rotate(-90)" text-anchor="middle">Elo rating</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,200.9 128.7,187.2 150.3,175.4 171.9,163.0 193.5,176.7 215.1,165.6 236.6,181.8 258.2,171.3 279.8,187.7 301.4,176.1 322.9,162.3 344.5,164.4 366.1,152.0 387.7,140.8 409.3,132.4 430.8,121.0 452.4,110.9 474.0,102.0 495.6,94.3 517.2,112.5 538.7,103.1 560.3,91.8 581.9,84.2 603.5,76.5 625.1,66.0 646.6,86.0 668.2,78.0 689.8,97.1 711.4,87.8 732.9,81.5 754.5,68.5 776.1,61.5 797.7,82.9 819.3,100.4 840.8,120.9 862.4,139.3 884.0,127.2" stroke="hsl(44 76% 38%)"><title>Ryan Donlan</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="127.2" r="3.5" fill="hsl(44 76% 38%)"><title>Ryan Donlan</title></circle>
<line class="legend-swatch" x1="910" y1="44" x2="932" y2="44" stroke="hsl(44 76% 38%)" />
<text class="legend-label" x="940" y="48">Ryan Donlan</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,227.2 128.7,227.2 150.3,214.0 171.9,226.3 193.5,238.7 215.1,253.7 236.6,240.3 258.2,227.0 279.8,212.8 301.4,198.4 322.9,186.5 344.5,202.0 366.1,214.4 387.7,199.1 409.3,188.2 430.8,206.0 452.4,192.9 474.0,179.4 495.6,168.5 517.2,184.9 538.7,172.6 560.3,183.9 581.9,172.3 603.5,161.6 625.1,151.8 646.6,142.2 668.2,129.5 689.8,121.0 711.4,111.8 732.9,103.0 754.5,115.9 776.1,106.4 797.7,95.1 819.3,87.9 840.8,81.5 862.4,70.8 884.0,89.7" stroke="hsl(352 76% 38%)"><title>Justin Miller</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="89.7" r="3.5" fill="hsl(352 76% 38%)"><title>Justin Miller</title></circle>
<line class="legend-swatch" x1="910" y1="72" x2="932" y2="72" stroke="hsl(352 76% 38%)" />
<text class="legend-label" x="940" y="76">Justin Miller</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,253.6 128.7,239.9 150.3,226.3 171.9,238.3 193.5,252.0 215.1,239.3 236.6,223.1 258.2,210.0 279.8,224.3 301.4,236.6 322.9,223.7 344.5,239.8 366.1,225.1 387.7,210.8 409.3,197.6 430.8,209.1 452.4,196.6 474.0,210.1 495.6,196.7 517.2,186.3 538.7,176.2 560.3,194.0 581.9,181.7 603.5,170.9 625.1,181.3 646.6,170.1 668.2,182.8 689.8,198.5 711.4,213.1 732.9,201.8 754.5,218.6 776.1,208.2 797.7,197.4 819.3,179.9 840.8,168.7 862.4,179.4 884.0,196.3" stroke="hsl(12 76% 38%)"><title>Ryan Houseman</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="196.3" r="3.5" fill="hsl(12 76% 38%)"><title>Ryan Houseman</title></circle>
<line class="legend-swatch" x1="910" y1="100" x2="932" y2="100" stroke="hsl(12 76% 38%)" />
<text class="legend-label" x="940" y="104">Ryan Houseman</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,253.6 128.7,267.3 150.3,278.2 171.9,290.6 193.5,276.1 215.1,261.1 236.6,244.2 258.2,231.6 279.8,246.5 301.4,258.1 322.9,271.0 344.5,282.9 366.1,269.0 387.7,281.6 409.3,292.4 430.8,302.8 452.4,288.9 474.0,287.0 495.6,294.7 517.2,305.0 538.7,290.7 560.3,274.6 581.9,260.1 603.5,270.8 625.1,269.7 646.6,256.6 668.2,243.9 689.8,224.8 711.4,210.3 732.9,199.1 754.5,187.1 776.1,176.7 797.7,188.0 819.3,177.0 840.8,194.9 862.4,185.6 884.0,197.7" stroke="hsl(266 76% 38%)"><title>Luke Lockwood</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="197.7" r="3.5" fill="hsl(266 76% 38%)"><title>Luke Lockwood</title></circle>
<line class="legend-swatch" x1="910" y1="128" x2="932" y2="128" stroke="hsl(266 76% 38%)" />
<text class="legend-label" x="940" y="132">Luke Lockwood</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,227.2 128.7,227.2 150.3,240.4 171.9,228.1 193.5,243.1 215.1,253.6 236.6,239.4 258.2,252.5 279.8,236.1 301.4,250.8 322.9,262.7 344.5,273.7 366.1,287.7 387.7,274.2 409.3,259.1 430.8,243.6 452.4,256.1 474.0,265.0 495.6,249.8 517.2,233.4 538.7,219.0 560.3,235.1 581.9,250.4 603.5,265.4 625.1,251.6 646.6,262.8 668.2,270.8 689.8,255.6 711.4,264.8 732.9,250.2 754.5,262.1 776.1,250.0 797.7,264.8 819.3,252.6 840.8,263.8 862.4,245.4 884.0,261.3" stroke="hsl(154 76% 38%)"><title>Drake Byrd</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="261.3" r="3.5" fill="hsl(154 76% 38%)"><title>Drake Byrd</title></circle>
<line class="legend-swatch" x1="910" y1="156" x2="932" y2="156" stroke="hsl(154 76% 38%)" />
<text class="legend-label" x="940" y="160">Drake Byrd</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,199.9 128.7,187.2 150.3,176.3 171.9,164.3 193.5,150.6 215.1,140.1 236.6,158.8 258.2,173.3 279.8,190.8 301.4,205.2 322.9,220.0 344.5,208.1 366.1,222.8 387.7,234.1 409.3,249.1 430.8,262.4 452.4,246.2 474.0,262.0 495.6,272.8 517.2,285.7 538.7,300.1 560.3,282.3 581.9,289.8 603.5,274.8 625.1,288.5 646.6,300.5 668.2,286.8 689.8,295.3 711.4,282.2 732.9,293.4 754.5,276.6 776.1,283.7 797.7,268.9 819.3,256.4 840.8,243.5 862.4,231.3 884.0,212.3" stroke="hsl(118 76% 38%)"><title>Levi Morant</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="212.3" r="3.5" fill="hsl(118 76% 38%)"><title>Levi Morant</title></circle>
<line class="legend-swatch" x1="910" y1="184" x2="932" y2="184" stroke="hsl(118 76% 38%)" />
<text class="legend-label" x="940" y="188">Levi Morant</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,200.9 128.7,214.5 150.3,201.3 171.9,189.5 193.5,177.1 215.1,165.1 236.6,182.0 258.2,167.5 279.8,185.1 301.4,172.8 322.9,186.6 344.5,175.5 366.1,165.4 387.7,180.8 409.3,195.8 430.8,185.4 452.4,201.7 474.0,216.6 495.6,230.0 517.2,211.8 538.7,226.2 560.3,242.4 581.9,254.0 603.5,240.1 625.1,241.2 646.6,229.2 668.2,243.3 689.8,227.5 711.4,236.8 732.9,251.5 754.5,239.3 776.1,248.8 797.7,265.1 819.3,276.1 840.8,289.1 862.4,275.7 884.0,258.8" stroke="hsl(224 76% 38%)"><title>Julius Long</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="258.8" r="3.5" fill="hsl(224 76% 38%)"><title>Julius Long</title></circle>
<line class="legend-swatch" x1="910" y1="212" x2="932" y2="212" stroke="hsl(224 76% 38%)" />
<text class="legend-label" x="940" y="216">Julius Long</text>
<polyline class="rating-line" points="64.0,227.2 85.6,213.6 107.2,228.2 128.7,240.9 150.3,252.7 171.9,239.0 193.5,225.3 215.1,237.4 236.6,251.6 258.2,264.8 279.8,250.0 301.4,237.1 322.9,222.3 344.5,220.3 366.1,206.8 387.7,221.1 409.3,206.0 430.8,221.5 452.4,234.6 474.0,236.5 495.6,252.1 517.2,239.1 538.7,248.6 560.3,234.5 581.9,246.8 603.5,260.7 625.1,274.5 646.6,284.1 668.2,296.8 689.8,311.0 711.4,324.1 732.9,330.4 754.5,314.6 776.1,325.0 797.7,308.8 819.3,320.9 840.8,327.3 862.4,336.6 884.0,348.9" stroke="hsl(292 76% 38%)"><title>Dylan Reid</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="348.9" r="3.5" fill="hsl(292 76% 38%)"><title>Dylan Reid</title></circle>
<line class="legend-swatch" x1="910" y1="240" x2="932" y2="240" stroke="hsl(292 76% 38%)" />
<text class="legend-label" x="940" y="244">Dylan Reid</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,254.6 128.7,239.9 150.3,253.1 171.9,266.8 193.5,281.3 215.1,293.9 236.6,275.2 258.2,285.7 279.8,268.1 301.4,253.3 322.9,240.7 344.5,225.2 366.1,238.7 387.7,226.0 409.3,239.2 430.8,225.9 452.4,236.0 474.0,221.1 495.6,236.3 517.2,224.1 538.7,236.4 560.3,250.5 581.9,264.9 603.5,275.8 625.1,262.1 646.6,242.2 668.2,228.0 689.8,243.2 711.4,258.7 732.9,267.5 754.5,283.3 776.1,293.8 797.7,304.5 819.3,316.9 840.8,296.5 862.4,309.9 884.0,294.0" stroke="hsl(78 76% 38%)"><title>Ethan Ellsworth</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="294.0" r="3.5" fill="hsl(78 76% 38%)"><title>Ethan Ellsworth</title></circle>
<line class="legend-swatch" x1="910" y1="268" x2="932" y2="268" stroke="hsl(78 76% 38%)" />
<text class="legend-label" x="940" y="272">Ethan Ellsworth</text>
<polyline class="rating-line" points="64.0,227.2 85.6,240.9 107.2,226.3 128.7,240.9 150.3,254.6 171.9,266.4 193.5,251.4 215.1,262.5 236.6,275.9 258.2,288.4 279.8,270.9 301.4,283.9 322.9,296.5 344.5,280.3 366.1,290.4 387.7,304.0 409.3,312.3 430.8,294.5 452.4,308.5 474.0,292.7 495.6,277.1 517.2,289.3 538.7,299.5 560.3,283.4 581.9,268.0 603.5,275.8 625.1,285.6 646.6,298.7 668.2,312.4 689.8,298.2 711.4,282.7 732.9,294.0 754.5,306.2 776.1,318.3 797.7,296.8 819.3,304.1 840.8,286.2 862.4,298.4 884.0,286.0" stroke="hsl(28 76% 38%)"><title>Alexander Chaban</title></polyline>
<circle class="rating-endpoint" cx="884.0" cy="286.0" r="3.5" fill="hsl(28 76% 38%)"><title>Alexander Chaban</title></circle>
<line class="legend-swatch" x1="910" y1="296" x2="932" y2="296" stroke="hsl(28 76% 38%)" />
<text class="legend-label" x="940" y="300">Alexander Chaban</text>
<rect class="rating-hover-zone" x="74.8" y="28" width="21.6" height="370" data-tooltip="Week 1&#10;1. Dylan Reid: 1512.0&#10;2. Julius Long: 1512.0&#10;3. Justin Miller: 1512.0&#10;4. Levi Morant: 1512.0&#10;5. Ryan Donlan: 1512.0&#10;6. Alexander Chaban: 1488.0&#10;7. Drake Byrd: 1488.0&#10;8. Ethan Ellsworth: 1488.0&#10;9. Luke Lockwood: 1488.0&#10;10. Ryan Houseman: 1488.0" data-week="1" />
<rect class="rating-hover-zone" x="96.4" y="28" width="21.6" height="370" data-tooltip="Week 2&#10;1. Levi Morant: 1524.0&#10;2. Julius Long: 1523.2&#10;3. Ryan Donlan: 1523.2&#10;4. Alexander Chaban: 1500.8&#10;5. Drake Byrd: 1500.0&#10;6. Justin Miller: 1500.0&#10;7. Dylan Reid: 1499.2&#10;8. Luke Lockwood: 1476.8&#10;9. Ryan Houseman: 1476.8&#10;10. Ethan Ellsworth: 1476.0" data-week="2" />
<rect class="rating-hover-zone" x="117.9" y="28" width="21.6" height="370" data-tooltip="Week 3&#10;1. Ryan Donlan: 1535.2&#10;2. Levi Morant: 1535.1&#10;3. Julius Long: 1511.2&#10;4. Drake Byrd: 1500.0&#10;5. Justin Miller: 1500.0&#10;6. Ethan Ellsworth: 1488.9&#10;7. Ryan Houseman: 1488.8&#10;8. Dylan Reid: 1488.0&#10;9. Alexander Chaban: 1488.0&#10;10. Luke Lockwood: 1464.8" data-week="3" />
<rect class="rating-hover-zone" x="139.5" y="28" width="21.6" height="370" data-tooltip="Week 4&#10;1. Ryan Donlan: 1545.5&#10;2. Levi Morant: 1544.8&#10;3. Julius Long: 1522.8&#10;4. Justin Miller: 1511.6&#10;5. Ryan Houseman: 1500.8&#10;6. Drake Byrd: 1488.4&#10;7. Dylan Reid: 1477.7&#10;8. Ethan Ellsworth: 1477.2&#10;9. Alexander Chaban: 1476.0&#10;10. Luke Lockwood: 1455.2" data-week="4" />
<rect class="rating-hover-zone" x="161.1" y="28" width="21.6" height="370" data-tooltip="Week 5&#10;1. Ryan Donlan: 1556.4&#10;2. Levi Morant: 1555.2&#10;3. Julius Long: 1533.2&#10;4. Justin Miller: 1500.8&#10;5. Drake Byrd: 1499.2&#10;6. Ryan Houseman: 1490.3&#10;7. Dylan Reid: 1489.6&#10;8. Alexander Chaban: 1465.6&#10;9. Ethan Ellsworth: 1465.2&#10;10. Luke Lockwood: 1444.4" data-week="5" />
<rect class="rating-hover-zone" x="182.7" y="28" width="21.6" height="370" data-tooltip="Week 6&#10;1. Levi Morant: 1567.3&#10;2. Ryan Donlan: 1544.3&#10;3. Julius Long: 1544.1&#10;4. Dylan Reid: 1501.7&#10;5. Justin Miller: 1489.9&#10;6. Drake Byrd: 1486.1&#10;7. Alexander Chaban: 1478.8&#10;8. Ryan Houseman: 1478.3&#10;9. Luke Lockwood: 1457.1&#10;10. Ethan Ellsworth: 1452.5" data-week="6" />
<rect class="rating-hover-zone" x="204.3" y="28" width="21.6" height="370" data-tooltip="Week 7&#10;1. Levi Morant: 1576.5&#10;2. Julius Long: 1554.6&#10;3. Ryan Donlan: 1554.1&#10;4. Dylan Reid: 1491.1&#10;5. Ryan Houseman: 1489.4&#10;6. Drake Byrd: 1476.8&#10;7. Justin Miller: 1476.8&#10;8. Luke Lockwood: 1470.2&#10;9. Alexander Chaban: 1469.0&#10;10. Ethan Ellsworth: 1441.4" data-week="7" />
<rect class="rating-hover-zone" x="225.8" y="28" width="21.6" height="370" data-tooltip="Week 8&#10;1. Levi Morant: 1560.1&#10;2. Ryan Donlan: 1539.9&#10;3. Julius Long: 1539.8&#10;4. Ryan Houseman: 1503.6&#10;5. Drake Byrd: 1489.3&#10;6. Justin Miller: 1488.5&#10;7. Luke Lockwood: 1485.1&#10;8. Dylan Reid: 1478.6&#10;9. Ethan Ellsworth: 1457.9&#10;10. Alexander Chaban: 1457.3" data-week="8" />
<rect class="rating-hover-zone" x="247.4" y="28" width="21.6" height="370" data-tooltip="Week 9&#10;1. Julius Long: 1552.5&#10;2. Ryan Donlan: 1549.1&#10;3. Levi Morant: 1547.4&#10;4. Ryan Houseman: 1515.1&#10;5. Justin Miller: 1500.2&#10;6. Luke Lockwood: 1496.1&#10;7. Drake Byrd: 1477.8&#10;8. Dylan Reid: 1467.0&#10;9. Ethan Ellsworth: 1448.7&#10;10. Alexander Chaban: 1446.2" data-week="9" />
<rect class="rating-hover-zone" x="269.0" y="28" width="21.6" height="370" data-tooltip="Week 10&#10;1. Julius Long: 1537.0&#10;2. Ryan Donlan: 1534.7&#10;3. Levi Morant: 1532.0&#10;4. Justin Miller: 1512.7&#10;5. Ryan Houseman: 1502.6&#10;6. Drake Byrd: 1492.2&#10;7. Luke Lockwood: 1483.1&#10;8. Dylan Reid: 1480.0&#10;9. Ethan Ellsworth: 1464.1&#10;10. Alexander Chaban: 1461.6" data-week="10" />
<rect class="rating-hover-zone" x="290.6" y="28" width="21.6" height="370" data-tooltip="Week 11&#10;1. Julius Long: 1547.8&#10;2. Ryan Donlan: 1544.9&#10;3. Justin Miller: 1525.3&#10;4. Levi Morant: 1519.3&#10;5. Ryan Houseman: 1491.8&#10;6. Dylan Reid: 1491.3&#10;7. Drake Byrd: 1479.3&#10;8. Ethan Ellsworth: 1477.1&#10;9. Luke Lockwood: 1472.9&#10;10. Alexander Chaban: 1450.3" data-week="11" />
<rect class="rating-hover-zone" x="312.2" y="28" width="21.6" height="370" data-tooltip="Week 12&#10;1. Ryan Donlan: 1557.0&#10;2. Justin Miller: 1535.8&#10;3. Julius Long: 1535.7&#10;4. Levi Morant: 1506.3&#10;5. Dylan Reid: 1504.3&#10;6. Ryan Houseman: 1503.1&#10;7. Ethan Ellsworth: 1488.2&#10;8. Drake Byrd: 1468.9&#10;9. Luke Lockwood: 1461.5&#10;10. Alexander Chaban: 1439.2" data-week="12" />
<rect class="rating-hover-zone" x="333.7" y="28" width="21.6" height="370" data-tooltip="Week 13&#10;1. Ryan Donlan: 1555.2&#10;2. Julius Long: 1545.4&#10;3. Justin Miller: 1522.1&#10;4. Levi Morant: 1516.8&#10;5. Dylan Reid: 1506.1&#10;6. Ethan Ellsworth: 1501.8&#10;7. Ryan Houseman: 1488.9&#10;8. Drake Byrd: 1459.2&#10;9. Alexander Chaban: 1453.4&#10;10. Luke Lockwood: 1451.1" data-week="13" />
<rect class="rating-hover-zone" x="355.3" y="28" width="21.6" height="370" data-tooltip="Week 14&#10;1. Ryan Donlan: 1566.1&#10;2. Julius Long: 1554.3&#10;3. Dylan Reid: 1518.0&#10;4. Justin Miller: 1511.3&#10;5. Levi Morant: 1503.8&#10;6. Ryan Houseman: 1501.9&#10;7. Ethan Ellsworth: 1490.0&#10;8. Luke Lockwood: 1463.3&#10;9. Drake Byrd: 1446.9&#10;10. Alexander Chaban: 1444.5" data-week="14" />
<rect class="rating-hover-zone" x="376.9" y="28" width="21.6" height="370" data-tooltip="Week 15&#10;1. Ryan Donlan: 1576.0&#10;2. Julius Long: 1540.8&#10;3. Justin Miller: 1524.8&#10;4. Ryan Houseman: 1514.5&#10;5. Dylan Reid: 1505.4&#10;6. Ethan Ellsworth: 1501.0&#10;7. Levi Morant: 1494.0&#10;8. Drake Byrd: 1458.8&#10;9. Luke Lockwood: 1452.3&#10;10. Alexander Chaban: 1432.6" data-week="15" />
<rect class="rating-hover-zone" x="398.5" y="28" width="21.6" height="370" data-tooltip="Week 16&#10;1. Ryan Donlan: 1583.3&#10;2. Justin Miller: 1534.3&#10;3. Julius Long: 1527.6&#10;4. Ryan Houseman: 1526.0&#10;5. Dylan Reid: 1518.6&#10;6. Ethan Ellsworth: 1489.5&#10;7. Levi Morant: 1480.8&#10;8. Drake Byrd: 1472.0&#10;9. Luke Lockwood: 1442.7&#10;10. Alexander Chaban: 1425.2" data-week="16" />
<rect class="rating-hover-zone" x="420.1" y="28" width="21.6" height="370" data-tooltip="Week 17&#10;1. Ryan Donlan: 1593.3&#10;2. Julius Long: 1536.7&#10;3. Justin Miller: 1518.6&#10;4. Ryan Houseman: 1516.0&#10;5. Dylan Reid: 1505.0&#10;6. Ethan Ellsworth: 1501.2&#10;7. Drake Byrd: 1485.6&#10;8. Levi Morant: 1469.1&#10;9. Alexander Chaban: 1440.9&#10;10. Luke Lockwood: 1433.6" data-week="17" />
<rect class="rating-hover-zone" x="441.6" y="28" width="21.6" height="370" data-tooltip="Week 18&#10;1. Ryan Donlan: 1602.2&#10;2. Justin Miller: 1530.2&#10;3. Ryan Houseman: 1526.9&#10;4. Julius Long: 1522.4&#10;5. Dylan Reid: 1493.5&#10;6. Ethan Ellsworth: 1492.3&#10;7. Levi Morant: 1483.4&#10;8. Drake Byrd: 1474.6&#10;9. Luke Lockwood: 1445.9&#10;10. Alexander Chaban: 1428.6" data-week="18" />
<rect class="rating-hover-zone" x="463.2" y="28" width="21.6" height="370" data-tooltip="Week 19&#10;1. Ryan Donlan: 1610.0&#10;2. Justin Miller: 1542.0&#10;3. Ryan Houseman: 1515.0&#10;4. Julius Long: 1509.4&#10;5. Ethan Ellsworth: 1505.3&#10;6. Dylan Reid: 1491.9&#10;7. Levi Morant: 1469.5&#10;8. Drake Byrd: 1466.9&#10;9. Luke Lockwood: 1447.5&#10;10. Alexander Chaban: 1442.5" data-week="19" />
<rect class="rating-hover-zone" x="484.8" y="28" width="21.6" height="370" data-tooltip="Week 20&#10;1. Ryan Donlan: 1616.7&#10;2. Justin Miller: 1551.6&#10;3. Ryan Houseman: 1526.8&#10;4. Julius Long: 1497.6&#10;5. Ethan Ellsworth: 1492.0&#10;6. Drake Byrd: 1480.2&#10;7. Dylan Reid: 1478.2&#10;8. Levi Morant: 1460.0&#10;9. Alexander Chaban: 1456.2&#10;10. Luke Lockwood: 1440.7" data-week="20" />
<rect class="rating-hover-zone" x="506.4" y="28" width="21.6" height="370" data-tooltip="Week 21&#10;1. Ryan Donlan: 1600.8&#10;2. Justin Miller: 1537.2&#10;3. Ryan Houseman: 1535.9&#10;4. Julius Long: 1513.5&#10;5. Ethan Ellsworth: 1502.8&#10;6. Drake Byrd: 1494.6&#10;7. Dylan Reid: 1489.5&#10;8. Levi Morant: 1448.6&#10;9. Alexander Chaban: 1445.4&#10;10. Luke Lockwood: 1431.7" data-week="21" />
<rect class="rating-hover-zone" x="527.9" y="28" width="21.6" height="370" data-tooltip="Week 22&#10;1. Ryan Donlan: 1609.1&#10;2. Justin Miller: 1548.0&#10;3. Ryan Houseman: 1544.9&#10;4. Drake Byrd: 1507.3&#10;5. Julius Long: 1500.9&#10;6. Ethan Ellsworth: 1492.0&#10;7. Dylan Reid: 1481.2&#10;8. Luke Lockwood: 1444.2&#10;9. Alexander Chaban: 1436.5&#10;10. Levi Morant: 1436.0" data-week="22" />
<rect class="rating-hover-zone" x="549.5" y="28" width="21.6" height="370" data-tooltip="Week 23&#10;1. Ryan Donlan: 1619.0&#10;2. Justin Miller: 1538.0&#10;3. Ryan Houseman: 1529.2&#10;4. Dylan Reid: 1493.6&#10;5. Drake Byrd: 1493.1&#10;6. Julius Long: 1486.7&#10;7. Ethan Ellsworth: 1479.6&#10;8. Luke Lockwood: 1458.4&#10;9. Levi Morant: 1451.7&#10;10. Alexander Chaban: 1450.7" data-week="23" />
<rect class="rating-hover-zone" x="571.1" y="28" width="21.6" height="370" data-tooltip="Week 24&#10;1. Ryan Donlan: 1625.6&#10;2. Justin Miller: 1548.3&#10;3. Ryan Houseman: 1540.0&#10;4. Dylan Reid: 1482.8&#10;5. Drake Byrd: 1479.7&#10;6. Julius Long: 1476.5&#10;7. Luke Lockwood: 1471.1&#10;8. Ethan Ellsworth: 1466.9&#10;9. Alexander Chaban: 1464.2&#10;10. Levi Morant: 1445.0" data-week="24" />
<rect class="rating-hover-zone" x="592.7" y="28" width="21.6" height="370" data-tooltip="Week 25&#10;1. Ryan Donlan: 1632.4&#10;2. Justin Miller: 1557.7&#10;3. Ryan Houseman: 1549.5&#10;4. Julius Long: 1488.7&#10;5. Dylan Reid: 1470.6&#10;6. Drake Byrd: 1466.5&#10;7. Luke Lockwood: 1461.7&#10;8. Levi Morant: 1458.2&#10;9. Alexander Chaban: 1457.4&#10;10. Ethan Ellsworth: 1457.4" data-week="25" />
<rect class="rating-hover-zone" x="614.3" y="28" width="21.6" height="370" data-tooltip="Week 26&#10;1. Ryan Donlan: 1641.6&#10;2. Justin Miller: 1566.3&#10;3. Ryan Houseman: 1540.3&#10;4. Julius Long: 1487.7&#10;5. Drake Byrd: 1478.6&#10;6. Ethan Ellsworth: 1469.4&#10;7. Luke Lockwood: 1462.7&#10;8. Dylan Reid: 1458.5&#10;9. Alexander Chaban: 1448.7&#10;10. Levi Morant: 1446.2" data-week="26" />
<rect class="rating-hover-zone" x="635.8" y="28" width="21.6" height="370" data-tooltip="Week 27&#10;1. Ryan Donlan: 1624.1&#10;2. Justin Miller: 1574.7&#10;3. Ryan Houseman: 1550.2&#10;4. Julius Long: 1498.3&#10;5. Ethan Ellsworth: 1486.9&#10;6. Luke Lockwood: 1474.2&#10;7. Drake Byrd: 1468.7&#10;8. Dylan Reid: 1450.1&#10;9. Alexander Chaban: 1437.2&#10;10. Levi Morant: 1435.6" data-week="27" />
<rect class="rating-hover-zone" x="657.4" y="28" width="21.6" height="370" data-tooltip="Week 28&#10;1. Ryan Donlan: 1631.0&#10;2. Justin Miller: 1585.8&#10;3. Ryan Houseman: 1539.0&#10;4. Ethan Ellsworth: 1499.3&#10;5. Julius Long: 1485.9&#10;6. Luke Lockwood: 1485.4&#10;7. Drake Byrd: 1461.8&#10;8. Levi Morant: 1447.7&#10;9. Dylan Reid: 1438.9&#10;10. Alexander Chaban: 1425.2" data-week="28" />
<rect class="rating-hover-zone" x="679.0" y="28" width="21.6" height="370" data-tooltip="Week 29&#10;1. Ryan Donlan: 1614.3&#10;2. Justin Miller: 1593.3&#10;3. Ryan Houseman: 1525.2&#10;4. Luke Lockwood: 1502.1&#10;5. Julius Long: 1499.7&#10;6. Ethan Ellsworth: 1486.0&#10;7. Drake Byrd: 1475.0&#10;8. Levi Morant: 1440.2&#10;9. Alexander Chaban: 1437.6&#10;10. Dylan Reid: 1426.5" data-week="29" />
<rect class="rating-hover-zone" x="700.6" y="28" width="21.6" height="370" data-tooltip="Week 30&#10;1. Ryan Donlan: 1622.5&#10;2. Justin Miller: 1601.4&#10;3. Luke Lockwood: 1514.9&#10;4. Ryan Houseman: 1512.4&#10;5. Julius Long: 1491.6&#10;6. Ethan Ellsworth: 1472.3&#10;7. Drake Byrd: 1467.0&#10;8. Levi Morant: 1451.7&#10;9. Alexander Chaban: 1451.3&#10;10. Dylan Reid: 1414.9" data-week="30" />
<rect class="rating-hover-zone" x="722.2" y="28" width="21.6" height="370" data-tooltip="Week 31&#10;1. Ryan Donlan: 1628.0&#10;2. Justin Miller: 1609.1&#10;3. Luke Lockwood: 1524.8&#10;4. Ryan Houseman: 1522.3&#10;5. Drake Byrd: 1479.8&#10;6. Julius Long: 1478.7&#10;7. Ethan Ellsworth: 1464.6&#10;8. Levi Morant: 1441.9&#10;9. Alexander Chaban: 1441.4&#10;10. Dylan Reid: 1409.3" data-week="31" />
<rect class="rating-hover-zone" x="743.7" y="28" width="21.6" height="370" data-tooltip="Week 32&#10;1. Ryan Donlan: 1639.4&#10;2. Justin Miller: 1597.8&#10;3. Luke Lockwood: 1535.2&#10;4. Ryan Houseman: 1507.6&#10;5. Julius Long: 1489.4&#10;6. Drake Byrd: 1469.4&#10;7. Levi Morant: 1456.6&#10;8. Ethan Ellsworth: 1450.7&#10;9. Alexander Chaban: 1430.7&#10;10. Dylan Reid: 1423.2" data-week="32" />
<rect class="rating-hover-zone" x="765.3" y="28" width="21.6" height="370" data-tooltip="Week 33&#10;1. Ryan Donlan: 1645.6&#10;2. Justin Miller: 1606.1&#10;3. Luke Lockwood: 1544.3&#10;4. Ryan Houseman: 1516.8&#10;5. Julius Long: 1481.0&#10;6. Drake Byrd: 1480.0&#10;7. Levi Morant: 1450.4&#10;8. Ethan Ellsworth: 1441.6&#10;9. Alexander Chaban: 1420.0&#10;10. Dylan Reid: 1414.1" data-week="33" />
<rect class="rating-hover-zone" x="786.9" y="28" width="21.6" height="370" data-tooltip="Week 34&#10;1. Ryan Donlan: 1626.8&#10;2. Justin Miller: 1616.0&#10;3. Luke Lockwood: 1534.5&#10;4. Ryan Houseman: 1526.2&#10;5. Drake Byrd: 1467.0&#10;6. Julius Long: 1466.8&#10;7. Levi Morant: 1463.4&#10;8. Alexander Chaban: 1438.8&#10;9. Ethan Ellsworth: 1432.1&#10;10. Dylan Reid: 1428.4" data-week="34" />
<rect class="rating-hover-zone" x="808.5" y="28" width="21.6" height="370" data-tooltip="Week 35&#10;1. Justin Miller: 1622.4&#10;2. Ryan Donlan: 1611.4&#10;3. Luke Lockwood: 1544.2&#10;4. Ryan Houseman: 1541.6&#10;5. Drake Byrd: 1477.7&#10;6. Levi Morant: 1474.3&#10;7. Julius Long: 1457.1&#10;8. Alexander Chaban: 1432.5&#10;9. Ethan Ellsworth: 1421.2&#10;10. Dylan Reid: 1417.7" data-week="35" />
<rect class="rating-hover-zone" x="830.1" y="28" width="21.6" height="370" data-tooltip="Week 36&#10;1. Justin Miller: 1628.0&#10;2. Ryan Donlan: 1593.4&#10;3. Ryan Houseman: 1551.4&#10;4. Luke Lockwood: 1528.4&#10;5. Levi Morant: 1485.8&#10;6. Drake Byrd: 1467.9&#10;7. Alexander Chaban: 1448.2&#10;8. Julius Long: 1445.7&#10;9. Ethan Ellsworth: 1439.2&#10;10. Dylan Reid: 1412.1" data-week="36" />
<rect class="rating-hover-zone" x="851.6" y="28" width="21.6" height="370" data-tooltip="Week 37&#10;1. Justin Miller: 1637.4&#10;2. Ryan Donlan: 1577.2&#10;3. Ryan Houseman: 1542.0&#10;4. Luke Lockwood: 1536.5&#10;5. Levi Morant: 1496.5&#10;6. Drake Byrd: 1484.0&#10;7. Julius Long: 1457.5&#10;8. Alexander Chaban: 1437.5&#10;9. Ethan Ellsworth: 1427.4&#10;10. Dylan Reid: 1403.9" data-week="37" />
<rect class="rating-hover-zone" x="873.2" y="28" width="10.8" height="370" data-tooltip="Week 38&#10;1. Justin Miller: 1620.8&#10;2. Ryan Donlan: 1587.8&#10;3. Ryan Houseman: 1527.1&#10;4. Luke Lockwood: 1525.9&#10;5. Levi Morant: 1513.1&#10;6. Julius Long: 1472.3&#10;7. Drake Byrd: 1470.1&#10;8. Alexander Chaban: 1448.4&#10;9. Ethan Ellsworth: 1441.3&#10;10. Dylan Reid: 1393.1" data-week="38" />
</svg>
</div>
### 2024-25 Power Rankings
| Rank | Manager | Final Rating | Net | Peak | Peak Week | Low | Low Week | Avg Rank | Weeks #1 | Top 3 Weeks | Bottom 3 Weeks |
|---|---:|---:|---:|---:|---:|---:|---:|---:|---:|---:|---:|
| 1 | Justin Miller | 1620.8 | +120.8 | 1637.4 | 37 | 1476.8 | 7 | 2.82 | 4 | 28 | 0 |
| 2 | Ryan Donlan | 1587.8 | +87.8 | 1645.6 | 33 | 1512.0 | 1 | 1.45 | 26 | 37 | 0 |
| 3 | Ryan Houseman | 1527.1 | +27.1 | 1551.4 | 36 | 1476.8 | 2 | 4.42 | 0 | 15 | 3 |
| 4 | Luke Lockwood | 1525.9 | +25.9 | 1544.3 | 33 | 1431.7 | 21 | 7.08 | 0 | 6 | 20 |
| 5 | Levi Morant | 1513.1 | +13.1 | 1576.5 | 7 | 1435.6 | 27 | 5.79 | 4 | 9 | 13 |
| 6 | Julius Long | 1472.3 | -27.7 | 1554.6 | 7 | 1445.7 | 36 | 3.89 | 3 | 17 | 1 |
| 7 | Drake Byrd | 1470.1 | -29.9 | 1507.3 | 22 | 1446.9 | 14 | 6.29 | 0 | 0 | 7 |
| 8 | Alexander Chaban | 1448.4 | -51.6 | 1500.8 | 2 | 1420.0 | 33 | 8.87 | 0 | 0 | 34 |
| 9 | Ethan Ellsworth | 1441.3 | -58.6 | 1505.3 | 19 | 1421.2 | 35 | 7.39 | 0 | 0 | 19 |
| 10 | Dylan Reid | 1393.1 | -106.9 | 1518.6 | 16 | 1393.1 | 38 | 7.00 | 1 | 2 | 17 |

### 2024-25 Time At The Top And Bottom
| Manager | Weeks #1 | Top 3 Weeks | Bottom 3 Weeks | Avg Rank | Final Rank |
|---|---:|---:|---:|---:|---:|
| Ryan Donlan | 26 | 37 | 0 | 1.45 | 2 |
| Justin Miller | 4 | 28 | 0 | 2.82 | 1 |
| Levi Morant | 4 | 9 | 13 | 5.79 | 5 |
| Julius Long | 3 | 17 | 1 | 3.89 | 6 |
| Dylan Reid | 1 | 2 | 17 | 7.00 | 10 |
| Ryan Houseman | 0 | 15 | 3 | 4.42 | 3 |
| Luke Lockwood | 0 | 6 | 20 | 7.08 | 4 |
| Drake Byrd | 0 | 0 | 7 | 6.29 | 7 |
| Ethan Ellsworth | 0 | 0 | 19 | 7.39 | 9 |
| Alexander Chaban | 0 | 0 | 34 | 8.87 | 8 |

### 2024-25 Biggest Upsets

These are the largest pre-game Elo gaps where the lower-rated manager beat the higher-rated manager. The score is shown from the underdog winner's perspective.

| Week | Underdog Winner | Favorite | Elo Gap | Underdog Elo | Favorite Elo | Score |
|---|---:|---:|---:|---:|---:|---:|
| 34 | Alexander Chaban | Ryan Donlan | 225.6 | 1420.0 | 1645.6 | 58-54 |
| 36 | Ethan Ellsworth | Ryan Donlan | 190.2 | 1421.2 | 1611.4 | 40-25 |
| 27 | Ethan Ellsworth | Ryan Donlan | 172.2 | 1469.4 | 1641.6 | 46-44 |
| 29 | Luke Lockwood | Ryan Donlan | 145.7 | 1485.4 | 1631.0 | 47-33 |
| 38 | Levi Morant | Justin Miller | 141.0 | 1496.5 | 1637.4 | 39-37 |
| 8 | Ethan Ellsworth | Levi Morant | 135.1 | 1441.4 | 1576.5 | 40-34 |
| 37 | Drake Byrd | Ryan Donlan | 125.5 | 1467.9 | 1593.4 | 35-34 |
| 21 | Julius Long | Ryan Donlan | 119.2 | 1497.6 | 1616.7 | 46-32 |
| 36 | Alexander Chaban | Luke Lockwood | 111.7 | 1432.5 | 1544.2 | 41-33 |
| 17 | Alexander Chaban | Justin Miller | 109.0 | 1425.2 | 1534.3 | 53-48 |
| 23 | Levi Morant | Ryan Houseman | 108.8 | 1436.0 | 1544.9 | 53-33 |
| 10 | Ethan Ellsworth | Julius Long | 103.8 | 1448.7 | 1552.5 | 42-28 |
| 10 | Alexander Chaban | Levi Morant | 101.2 | 1446.2 | 1547.4 | 66-40 |
| 35 | Ryan Houseman | Ryan Donlan | 100.6 | 1526.2 | 1626.8 | 38-28 |
| 38 | Julius Long | Ryan Houseman | 84.5 | 1457.5 | 1542.0 | 34-24 |
| 8 | Luke Lockwood | Julius Long | 84.4 | 1470.2 | 1554.6 | 38-29 |
| 32 | Levi Morant | Ryan Houseman | 80.5 | 1441.9 | 1522.3 | 75-39 |
| 21 | Drake Byrd | Justin Miller | 71.4 | 1480.2 | 1551.6 | 60-38 |
| 10 | Drake Byrd | Ryan Donlan | 71.3 | 1477.8 | 1549.1 | 32-30 |
| 18 | Levi Morant | Julius Long | 67.7 | 1469.1 | 1536.7 | 56-40 |

</section>
</div>
</details>

<details>
<summary><h2>Output Files</h2></summary>

These are the supporting CSVs exposed for the power rankings page.

- `power_ranking_summary.csv`
- `power_ranking_weekly.csv`
- `power_ranking_upsets.csv`
</details>
