Platform
Resources
Pricing
Sign in
Get started
Observable
The end-to-end solution for building and hosting better data apps, dashboards, and reports.
Workspace
Fork
Published
By
Shan Carter
Edited
Feb 7, 2022
Fork of
Line Mark / Observable Plot
1
Insert cell
aapl
=
FileAttachment
(
"aapl.csv"
)
.
csv
(
{
typed
:
true
}
)
Insert cell
Plot
.
plot
(
{
x
:
{
type
:
"time"
,
domain
:
[
d3
.
min
(
aapl
,
d
=>
d
.
Date
)
,
new
Date
(
)
]
,
}
,
marks
:
[
Plot
.
line
(
aapl
,
{
x
:
"Date"
,
y
:
"Close"
}
)
]
}
)
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
aapl
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML