mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
Converted the date format in the chart data from full timestamp to just date.
This commit is contained in:
parent
cacff017d0
commit
07963921f9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ excerpt: A comparison of LLM code editing skill based on the release dates of th
|
||||||
{% for row in site.data.edit_leaderboard %}
|
{% for row in site.data.edit_leaderboard %}
|
||||||
{% if row.released %}
|
{% if row.released %}
|
||||||
{
|
{
|
||||||
x: new Date('{{ row.released | date: "%Y-%m-%dT%H:%M:%S" }}'),
|
x: new Date('{{ row.released | date: "%Y-%m-%d" }}'),
|
||||||
y: {{ row.pass_rate_2 }},
|
y: {{ row.pass_rate_2 }},
|
||||||
label: '{{ row.model }}'
|
label: '{{ row.model }}'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue