Published
Edited
Apr 1, 2020
2 forks
5 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { displayCaution } from "@info474/utilities"
Insert cell
import { legend } from "@d3/color-legend"
Insert cell
tls = await FileAttachment("tiles.json").json()
Insert cell
Insert cell
Insert cell
Insert cell
parseDate = d => {
const parser = d3.timeParse("%Y-%m-%d");
const formatter = d3.timeFormat("%B %d");
return formatter(parser(d));
}
Insert cell
fill_fn = d => color_scale(d.color_val)
Insert cell
Insert cell
html`<style>
svg > g > text {
font-size:15px;
font-weight:bold;
}
</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