<turbo-stream action="update" target="modal-root"><template>
  
<div data-controller="dialog">
  <dialog class="dialog dialog-size-lg" data-dialog-target="dialog">
    <div class="dialog-header">
      <h2 class="dialog-title">Best results in competition</h2>
      <div class="dialog-header-actions">
        
        <button class="dialog-close" aria-label="Close" data-action="dialog#close">
          <span class="icon icon--xmark" aria-hidden="true"></span>
        </button>
      </div>
    </div>

    <div class="dialog-body">
      
  <div data-controller="person-details-chart">
    <div data-person-details-chart-target="chart" style="height: 200px;"></div>
    <script type="application/json" data-person-details-chart-target="data">
      [["2026-07-17T16:39:25.600Z",348.5688000000002],["2026-07-17T17:36:47.600Z",360.9635999999999],["2026-07-17T19:09:22.200Z",330.5844000000001],["2026-07-17T20:01:40.400Z",374.04599999999994],["2026-07-17T21:19:46.200Z",316.35],["2026-07-17T22:17:16.000Z",363.8652]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Suit</th>
          <th>Place</th>
        <th class="text-right">Result</th>
        <th class="text-right">Recorded at</th>
      </tr>
    </thead>
    <tbody>
        <tr>
          <td></td>
            <td><span>Chicagoland Skydiving Center</span> (<span class="text-warning" data-controller="tooltip">USA<span class="for-screen-reader">United States</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/160697">374.0</a>
          </td>
          <td class="text-right">17.07.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>Chicagoland Skydiving Center</span> (<span class="text-warning" data-controller="tooltip">USA<span class="for-screen-reader">United States</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/160706">363.9</a>
          </td>
          <td class="text-right">17.07.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>Chicagoland Skydiving Center</span> (<span class="text-warning" data-controller="tooltip">USA<span class="for-screen-reader">United States</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/160681">361.0</a>
          </td>
          <td class="text-right">17.07.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>Chicagoland Skydiving Center</span> (<span class="text-warning" data-controller="tooltip">USA<span class="for-screen-reader">United States</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/160679">348.6</a>
          </td>
          <td class="text-right">17.07.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>Chicagoland Skydiving Center</span> (<span class="text-warning" data-controller="tooltip">USA<span class="for-screen-reader">United States</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/160690">330.6</a>
          </td>
          <td class="text-right">17.07.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>Chicagoland Skydiving Center</span> (<span class="text-warning" data-controller="tooltip">USA<span class="for-screen-reader">United States</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/160703">316.4</a>
          </td>
          <td class="text-right">17.07.2026</td>
        </tr>
    </tbody>
  </table>

    </div>
  </dialog>
</div>

</template></turbo-stream>