mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-17 01:55:01 +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: {
|
font: {
|
||||||
size: 16
|
size: 16
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
display: true,
|
||||||
|
text: 'Provider: quantization',
|
||||||
|
font: {
|
||||||
|
size: 14
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue