Public
Edited
Jul 13
2 forks
Insert cell
Insert cell
Insert cell
width = 850
Insert cell
height = 500
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
trendingJunho = FileAttachment("trendingJunhoFinal@1.csv").csv({typed:true})
Insert cell
top10Names = Array.from(
new Set(trendingJunho.filter(d => d.rank <= 10).map(d => d.name))
);
Insert cell
events = [
{ date: "2025-06-05", label: "Steam Next Fest" },
{ date: "2025-06-27", label: "Summer Sale Starts" }
];
Insert cell
Insert cell
dataTop10 = trendingJunho.filter(d => top10Names.includes(d.name));

Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more