Increased size of the benchmark charts; disabled the chart display while the chart is being generated

This commit is contained in:
2025-07-02 17:52:26 -04:00
parent 3f5f374a36
commit 7a8b5a674c
3 changed files with 8 additions and 2 deletions

View File

@ -45,8 +45,8 @@
</div>
<div class="row">
<div class="col-5">
<canvas id="benchmark-chart" width="800" height="400"></canvas>
<div class="col-12">
<canvas id="benchmark-chart" class="disabled" width="1200" height="720"></canvas>
</div>
</div>