Platform
Resources
Pricing
Sign in
Contact us
D3
Bring your data to life.
Workspace
Fork
Published
3 collections
By
Mike Bostock
Edited
Oct 18, 2021
ISC
9 forks
Importers
14 stars
1
Product page
NOAA Hourly Weather Data
Correlation over time
How Has Men’s Tennis Changed From 1973–2021?
AWS HTTP Status Dashboard
CyclePlot w/ Energy Data
Try to impeach this? Challenge accepted!
Ping chart
What's That Noise?
🔮Bubble Matrix🔮 Component
Most Popular Programming Languages, 2004–2021
Mapping gridded data with a Voronoi diagram
Streamgraph transitions
Tidy Stacked Area Chart
Zoomable circle packing
Charting with Vega-Lite
Also listed in…
d3-array
d3-shape
Insert cell
Insert cell
Insert cell
chart
=
StackedAreaChart
(
unemployment
,
{
x
:
d
=>
d
.
date
,
y
:
d
=>
d
.
unemployed
,
z
:
d
=>
d
.
industry
,
yLabel
:
"↑ Unemployed persons"
,
colors
:
d3
.
schemeTableau10
,
width
,
height
:
500
}
)
Insert cell
unemployment
=
FileAttachment
(
"unemployment.csv"
)
.
csv
(
{
typed
:
true
}
)
Insert cell
import
{
StackedAreaChart
}
from
"@d3/stacked-area-chart"
Insert cell
import
{
Swatches
}
from
"@d3/color-legend"
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.
Try it for free
Learn more
Fork
View
Export
Listed in...
Product page
Observable
d3-array
D3
d3-shape
D3
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
key
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
chart
Show 3 comments
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
unemployment
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML