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,