feat: Increase height of pass rate chart to 400px

This commit is contained in:
Paul Gauthier 2024-09-26 11:16:38 -07:00 committed by Paul Gauthier (aider)
parent b867c04354
commit 1d454c1729

View file

@ -45,7 +45,7 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-annotation@1.0.2"></script>
{% assign sorted_data = site.data.senior | sort: "pass_rate_2" | reverse %}
<canvas id="passRateChart" width="400" height="200"></canvas>
<canvas id="passRateChart" width="400" height="400"></canvas>
<script>
document.addEventListener("DOMContentLoaded", function() {
var ctx = document.getElementById('passRateChart').getContext('2d');