<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>
      <button class="dialog-close" aria-label="Close" data-action="dialog#close">
        <span class="icon icon--xmark" aria-hidden="true"></span>
      </button>
    </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">
      [["2018-10-14T15:23:16.000Z",811.2884138442785],["2018-10-14T20:25:42.400Z",1215.20767558387],["2019-01-16T19:44:11.000Z",977.6158282791872],["2019-12-03T22:52:06.600Z",1157.6454769650043]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Suit</th>
          <th>Ort</th>
        <th class="text-right">Result</th>
        <th class="text-right">Aufnahmdatum</th>
      </tr>
    </thead>
    <tbody>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Onesie</span></td>
            <td>La Cumbre</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/24656">1215</a>
          </td>
          <td class="text-right">14.10.2018</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Onesie</span></td>
            <td></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/42022">1158</a>
          </td>
          <td class="text-right">03.12.2019</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Onesie</span></td>
            <td>La Cumbre</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/26072">978</a>
          </td>
          <td class="text-right">16.01.2019</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Onesie</span></td>
            <td>La Cumbre</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/24627">811</a>
          </td>
          <td class="text-right">14.10.2018</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>