Published
Edited
Mar 27, 2020
3 forks
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
md`Data: [EloF1](https://github.com/emkael/elof1/tree/master/f1elo)`
Insert cell
colors = d3.schemeAccent
Insert cell
Insert cell
timeParse = d3.timeParse("%Y-%m-%d")
Insert cell
timeFormat = d3.timeFormat("%j")
Insert cell
filters = Array.from(new Set(csvData.map(d => d.year)))
Insert cell
continents = Array.from(new Set(countries.map(e => e.Continent)))
Insert cell
Insert cell
Insert cell
Insert cell
html`<style>.legend { padding: 5px; color: white; }</style>`
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