Published
Edited
May 22, 2020
1 fork
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
colors = ({ 2008: "#99f", 2016: "#00f", 2020: "#009", "Cancelled": "#777", "Scheduled": "red" })
Insert cell
Insert cell
timeParse = d3.timeParse("%d/%m/%y")
Insert cell
timeFormat = d3.timeFormat("%j")
Insert cell
filters = Array.from(new Set(csvData.map(d => d.state)))
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