Platform
Resources
Pricing
Sign in
Get started
Nicholas Polys
Workspace
Fork
Published
By
Nicholas Polys
Edited
Sep 6, 2021
Insert cell
Insert cell
Insert cell
Insert cell
html
`The total number of USA COVID cases on ${
date
} is <i>...something shockingly eye-catching goes here</i>`
Insert cell
Insert cell
Insert cell
html
`<i>Listing of states and 2nd derivaties goes here...</i>`
Insert cell
Insert cell
chart
// Awesome chart goes here
Insert cell
// You will likely need to modify this line of code:
//import {chart} with {} from "@d3/diverging-bar-chart"
Insert cell
Insert cell
// Do not modify this cell in your submission
data
=
d3
.
csv
(
"https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.csv"
,
d3
.
autoType
)
Insert cell
// Do not modify this cell in your submission
d3
=
require
(
"d3"
)
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
date
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
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
d3
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML