diff --git a/aider/website/_includes/qwq-chart.js b/aider/website/_includes/qwq-chart.js index dbe707916..37fbdcdc3 100644 --- a/aider/website/_includes/qwq-chart.js +++ b/aider/website/_includes/qwq-chart.js @@ -93,6 +93,10 @@ document.addEventListener('DOMContentLoaded', function () { ticks: { font: { size: 16 + }, + callback: function(value, index) { + const label = this.getLabelForValue(value); + return label.split(" + "); } } }