Platform
Resources
Pricing
Sign in
Get started
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
d3-array
Image Sharpening
d3.blur
d3.rank
d3.flatGroup, d3.flatRollup
d3.mode
d3.groupSort
Set Operations
d3.groups as a hierarchy
d3.fsum, d3.Adder
Time thresholds for d3.bin
d3.cumsum
Tidy Stacked Area Chart
Merging Duplicate Values
d3.zip, d3.transpose
d3.bin
d3.ticks
d3.mean, d3.median, and friends
d3.quickselect
d3.bisect
d3.sum
d3.group, d3.rollup, d3.index
d3.count
d3.min, d3.max, d3.extent
d3.least, d3.greatest
d3.pairs
d3.cross
d3.ascending, d3.descending
d3.merge
d3.range
d3.permute
d3.shuffle
d3-array 2.0
Also listed in…
Product page
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