Platform
Solutions
Resources
Pricing
Sign in
Sign up
charlie ✨
design / code / architecture
Workspace
Fork
Public
sketches
By
charlie ✨
Edited
May 30, 2021
Insert cell
md
`# basic circles`
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.
Insert cell
Insert cell
margin
=
20
Insert cell
w
=
width
Insert cell
Insert cell
colors
=
[
"#11100e"
,
"#727b7a"
,
"#b2b4ac"
,
"#d3d3c9"
,
"#bfd1d4"
,
"#398ea9"
,
"#407695"
,
"#1e3154"
,
"#672948"
,
"#daa294"
,
"#e6434d"
,
"#dc2004"
,
"#a34014"
,
"#e78a09"
,
"#d9cb4d"
,
"#bec04c"
,
"#56844f"
]
Insert cell
Insert cell
style
=
html
`
<style>
svg {
background:#e1e1e1;
}
</style>`
Insert cell
import
{
slider
}
from
"@jashkenas/inputs"
Insert cell
One platform
to build and deploy the best data apps
Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Try it for free
Learn more
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
rings
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
fig
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
margin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
w
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
h
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
colors
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
style
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