mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
refactor: Modify chart labels to include additional text
This commit is contained in:
parent
8f41006eba
commit
3d7440c673
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
{% endfor %}
|
||||
|
||||
allData.forEach(function(row) {
|
||||
// Split model name on \n and join with actual line breaks
|
||||
chartData.labels.push(row.model);
|
||||
chartData.labels.push([row.model, "hi"]);
|
||||
chartData.datasets[0].data.push(row.pass_rate_2);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue