import {Plot} from "@mkfreeman/plot-tooltip"
dat1 = transpose(elo_data)
format = d3.timeParse("%Y-%m-%d");
Plot.plot({
y: {
grid: false,
domain: d3.extent(dat1,d => d.elo),
label:"↑ Elo"
},
marks: [
Plot.line(dat1, {x: d => format(d.date), y: "elo",
title: (d) => `${d.elo} points`
})
],
style: {
background: "#383A3F",
color: "#F6B352",
fill: "#D3D3D3"
},
height: 600,
width: 950,
marginLeft: 50,
marginRight: 50,
marginTop: 50,
marginBottom: 50,
insetTop: 0,
insetBottom: 0,
insetLeft: 0,
insetRight: 0
})
Sport Sebaco
Ranking History
Max Elo: 976 (2025-10-07)