<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:45:46.200Z",364.80960000000033],["2025-05-02T14:22:56.000Z",426.17760000000015],["2025-05-02T15:49:49.600Z",435.3300000000001],["2025-05-02T17:35:56.200Z",408.6324000000001],["2025-05-02T18:57:09.800Z",420.3540000000001],["2025-05-03T08:21:56.400Z",434.46959999999996],["2025-05-03T09:20:16.200Z",451.9211999999996],["2025-05-03T10:40:37.000Z",426.1872000000005]]
    </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/139071">451.9</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/138983">435.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/139045">434.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/139084">426.2</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/138921">426.2</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/139015">420.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/139007">408.6</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/138869">364.8</a>
          </td>
          <td class="text-right">02.05.2025</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>