Published
Edited
May 20, 2021
4 forks
41 stars
Also listed in…
1. DataVis Components
Insert cell
Insert cell
Insert cell
chart = {
const svg = d3.create("svg");
new WeatherGrid(svg)
.options({cellColor: options.color, tempScale: options.scale})
.icon(icon)
.month(+options.month)
.data(weathers[options.city].dataset)
.render();
return svg.node();
}
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

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