Platform
Resources
Pricing
Sign in
Get started
PMP Charts
New to D3. Messing around and trying things out.
Workspace
Fork
Public
By
PMP Charts
Edited
Dec 4, 2023
14
Insert cell
Insert cell
Insert cell
Insert cell
data
=
FileAttachment
(
"merged_data@9.json"
)
.
json
(
)
Insert cell
dropDown
=
{
var
roots
=
[
]
;
roots
.
push
(
{
label
:
"Field Goal Percentage"
,
value
:
"FGP"
}
)
;
roots
.
push
(
{
label
:
"Free Throw Percentage"
,
value
:
"FTP"
}
)
;
return
roots
;
}
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
value
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
dropDown
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML