mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-16 17:44:59 +00:00
feat: Add x-axis label "Provider: quantization" to chart
This commit is contained in:
parent
cebd9cabb3
commit
c550422168
1 changed files with 7 additions and 0 deletions
|
@ -70,6 +70,13 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
font: {
|
||||
size: 16
|
||||
}
|
||||
},
|
||||
title: {
|
||||
display: true,
|
||||
text: 'Provider: quantization',
|
||||
font: {
|
||||
size: 14
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue