Skip to content

Commit

Permalink
filter Kiaan Watts
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed May 5, 2024
1 parent 4647af3 commit 1094ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1094ce0

Please sign in to comment.