Platform
Resources
Pricing
Sign in
Get started
Sundar Singh
playing with space, shape, colour & composition
Workspace
Fork
Published
d3 reusable visuals
By
Sundar Singh
Edited
Oct 12, 2022
Fork of
Dot tile v2
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data
=
{
return
{
label
:
'Engagement'
,
data
:
[
{
label
:
'X'
,
title
:
'Group X'
,
value
:
12.6
,
count
:
4311
,
change_pct
:
11.1
,
}
,
{
label
:
'Y'
,
title
:
'Group Y'
,
value
:
44.6
,
count
:
1321
,
change_pct
:
12.4
,
}
,
{
label
:
'Z'
,
title
:
'Group Z'
,
value
:
36.6
,
count
:
3340
,
change_pct
:
16.1
,
}
]
}
}
;
Insert cell
<
hr
>
<
link
href
=
"https://fonts.googleapis.com/css?family=Space+Mono"
rel
=
"stylesheet"
>
<
style
>
text
{
font-family
:
'Space Mono'
,
monospace
;
fill
:
#130C0E
;
}
</
style
>
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
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
marker
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
dotTileV2
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML