<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">Meilleurs résultats en compétition</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">
      [["2019-04-19T05:14:57.200Z",314.0762846545936],["2019-04-19T08:38:32.000Z",314.0706061756342],["2019-04-20T05:00:52.400Z",326.12440489491655],["2019-04-20T08:12:14.000Z",321.0169600620912]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Combinaison</th>
        <th class="text-right">Result</th>
        <th class="text-right">Enregistré à</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;Track suit</span></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/27982">326</a>
          </td>
          <td class="text-right">20.04.2019</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Track suit</span></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/27983">321</a>
          </td>
          <td class="text-right">20.04.2019</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Track suit</span></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/27980">314</a>
          </td>
          <td class="text-right">19.04.2019</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Track suit</span></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/27981">314</a>
          </td>
          <td class="text-right">19.04.2019</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>