<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">
      [["2025-05-02T12:39:57.200Z",452.0496000000001],["2025-05-02T14:22:06.000Z",454.36439999999965],["2025-05-02T15:49:44.200Z",457.7795999999997],["2025-05-02T17:22:36.400Z",461.49720000000013],["2025-05-02T18:46:09.400Z",455.32320000000016],["2025-05-03T08:21:52.200Z",460.5456],["2025-05-03T09:17:03.800Z",477.50160000000017],["2025-05-03T10:41:39.000Z",427.7496000000001]]
    </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>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/139069">477.5</a>
          </td>
          <td class="text-right">03.05.2025</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/139005">461.5</a>
          </td>
          <td class="text-right">02.05.2025</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/139037">460.5</a>
          </td>
          <td class="text-right">03.05.2025</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/138981">457.8</a>
          </td>
          <td class="text-right">02.05.2025</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/139010">455.3</a>
          </td>
          <td class="text-right">02.05.2025</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/138911">454.4</a>
          </td>
          <td class="text-right">02.05.2025</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/138865">452.0</a>
          </td>
          <td class="text-right">02.05.2025</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/139083">427.7</a>
          </td>
          <td class="text-right">03.05.2025</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>