Public
Edited
Nov 18, 2023
Fork of Untitled
Insert cell
Insert cell
LastUSDValues.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
chart = PieChart(data, {
name: d => d.Ticker,
value: d => d.LastUSD,
width,
height: 500
})
Insert cell
import {PieChart} from "@d3/pie-chart-component";
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