From 1094ce0b965233ae29b39b345c424ec65332f1ff Mon Sep 17 00:00:00 2001 From: Bart Mesuere Date: Sun, 5 May 2024 18:43:24 +0200 Subject: [PATCH] filter Kiaan Watts --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d824604..9927460 100644 --- a/docs/index.md +++ b/docs/index.md @@ -164,7 +164,7 @@ function scatter({width} = {}) { y: {label: "Punten"}, color: {scheme: "Turbo", label: "Totaal aantal punten", range: [0.05, 0.95]}, marks: [ - Plot.dot(riders, { + Plot.dot(riders.filter(d => d.value < 15), { x: "value", y: "total", stroke: "total",