This commit is contained in:
Paul Gauthier 2024-09-27 11:56:52 -07:00
parent e1c2dd53cf
commit 1971285345

View file

@ -122,7 +122,7 @@ models, compared to their previous "solo" baseline scores (striped bars).
if ("{{ item.editor_model }}" == "") { if ("{{ item.editor_model }}" == "") {
labels.push("Baseline"); labels.push("Baseline");
} else { } else {
labels.push("{{ item.editor_model }}: {{ item.editor_edit_format | default: item.edit_format }}"); labels.push("{{ item.editor_model }}/{{ item.editor_edit_format | default: item.edit_format }}");
} }
data.push({{ item.pass_rate_2 }}); data.push({{ item.pass_rate_2 }});
if ("{{ item.editor_model }}" == "") { if ("{{ item.editor_model }}" == "") {