Public
Edited
May 29, 2023
Insert cell
Insert cell
chart = SlopeChart(goldco, {
x: d => d.year,
y: d => d.production,
z: d => d.company,
width,
height: 600
})
Insert cell
Insert cell
Insert cell
filtering = goldco.filter(d => d.company.includes("Zijin"))
Insert cell
Insert cell
Insert cell
lodash = require("lodash")
Insert cell
import {howto, altplot} from "@d3/example-components"
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