Platform
Solutions
Resources
Pricing
Sign in
Sign up
Alex Garcia
Software engineer, available for freelance work! • he/him/his
Workspace
Fork
Published
By
Alex Garcia
Edited
Dec 6, 2019
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
cities
=
[
[
'Stanley, Falkland Islands'
,
[
-
57.51
,
-
51.41
]
]
,
[
'Stockholm, Sweden'
,
[
18.4
,
59.19
]
]
,
[
'Quito, Ecuador'
,
[
-
78.31
,
-
0.14
]
]
,
[
'Anchorage, Alaska'
,
[
-
149.54
,
61.13
]
]
]
Insert cell
fiCoordinates
=
cities
[
0
]
[
1
]
Insert cell
ssCoordinates
=
cities
[
1
]
[
1
]
Insert cell
qeCoordinates
=
cities
[
2
]
[
1
]
Insert cell
laCoordinates
=
cities
[
3
]
[
1
]
Insert cell
import
{
graphic
as
fiGraphic
}
with
{
fiCoordinates
as
coordinates
,
replay
,
halfwidth
as
width
}
from
'3600af71d27123f4'
Insert cell
import
{
graphic
as
ssGraphic
}
with
{
ssCoordinates
as
coordinates
,
replay
,
halfwidth
as
width
}
from
'3600af71d27123f4'
Insert cell
import
{
graphic
as
qeGraphic
}
with
{
qeCoordinates
as
coordinates
,
replay
,
halfwidth
as
width
}
from
'3600af71d27123f4'
Insert cell
import
{
graphic
as
laGraphic
}
with
{
laCoordinates
as
coordinates
,
replay
,
halfwidth
as
width
}
from
'3600af71d27123f4'
Insert cell
halfwidth
=
width
/
2
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
replay
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
cities
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
fiCoordinates
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
ssCoordinates
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
qeCoordinates
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
laCoordinates
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
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
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
halfwidth
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML