Notebooks 2.0 is here.
Read the preview announcement
Platform
Resources
Pricing
Sign in
Get started
William Johnson
Workspace
Fork
Published
By
William Johnson
Edited
Mar 3, 2022
1 star
Insert cell
#
Donut Chart
Insert cell
import
{
population
,
DonutChart
}
from
"@d3/donut-chart"
Insert cell
chart
=
DonutChart
(
population
,
{
name
:
d
=>
d
.
name
,
value
:
d
=>
d
.
value
,
width
,
height
:
500
}
)
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
chart
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML