<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-05-01T15:24:36.000Z",400.3584000000001],["2026-05-01T18:01:14.000Z",403.47719999999975],["2026-05-01T19:03:56.200Z",384.576],["2026-05-02T06:52:37.400Z",412.8948000000002],["2026-05-02T07:50:43.800Z",411.82439999999986],["2026-05-02T08:46:47.600Z",384.90000000000003],["2026-05-02T09:45:14.600Z",401.0652],["2026-05-02T10:45:37.000Z",364.4243999999999]]
    </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/156030">412.9</a>
          </td>
          <td class="text-right">02.05.2026</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/156043">411.8</a>
          </td>
          <td class="text-right">02.05.2026</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/156002">403.5</a>
          </td>
          <td class="text-right">01.05.2026</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/156087">401.1</a>
          </td>
          <td class="text-right">02.05.2026</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/155960">400.4</a>
          </td>
          <td class="text-right">01.05.2026</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/156070">384.9</a>
          </td>
          <td class="text-right">02.05.2026</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/156011">384.6</a>
          </td>
          <td class="text-right">01.05.2026</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/156100">364.4</a>
          </td>
          <td class="text-right">02.05.2026</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>