mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: hide legend in leaderboard chart
This commit is contained in:
parent
5a30ec1806
commit
b4535bd29b
2 changed files with 1 additions and 2 deletions
|
@ -96,7 +96,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
options: {
|
options: {
|
||||||
plugins: {
|
plugins: {
|
||||||
legend: {
|
legend: {
|
||||||
display: true,
|
display: false,
|
||||||
labels: {
|
labels: {
|
||||||
generateLabels: function(chart) {
|
generateLabels: function(chart) {
|
||||||
return [
|
return [
|
||||||
|
|
|
@ -63,7 +63,6 @@ which improved when paired with many different editor models.
|
||||||
{% assign data_source = edit_sorted %}
|
{% assign data_source = edit_sorted %}
|
||||||
{% assign pass_rate_field = "pass_rate_2" %}
|
{% assign pass_rate_field = "pass_rate_2" %}
|
||||||
{% assign highlight_model = "+" %}
|
{% assign highlight_model = "+" %}
|
||||||
// add a setting to hide the legend ai!
|
|
||||||
{% include leaderboard.js %}
|
{% include leaderboard.js %}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue