mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
copy
This commit is contained in:
parent
a3dde4599a
commit
8448eff1eb
4 changed files with 113 additions and 6 deletions
|
@ -20,8 +20,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
{% endfor %}
|
||||
|
||||
allData.forEach(function(row) {
|
||||
// Split the model name on \n to create array of lines
|
||||
chartData.labels.push(row.model.split('\\n'));
|
||||
chartData.labels.push(row.model);
|
||||
chartData.datasets[0].data.push(row.pass_rate_2);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue