From 9860968f52487ef8f5923d924a6ac623d5b1ab82 Mon Sep 17 00:00:00 2001 From: Thomas Korrison Date: Wed, 29 Apr 2026 10:01:43 +0100 Subject: [PATCH] Apply suggested fix to docs/benchmarks/latest/charts.js from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- docs/benchmarks/latest/charts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/benchmarks/latest/charts.js b/docs/benchmarks/latest/charts.js index c2f62b3..4733ae3 100644 --- a/docs/benchmarks/latest/charts.js +++ b/docs/benchmarks/latest/charts.js @@ -400,7 +400,7 @@ function renderAdaptationCurveChart(canvasId, results) { backgroundColor: colorForPolicy(policy), // Connect across any null tail so a short curve doesn't // visually drop to zero at the end. - spanGaps: false, + spanGaps: true, tension: 0.2, pointRadius: 2, borderWidth: 2,