Platform
Resources
Pricing
Sign in
Contact us
Vega
Data Visualization Languages & Tools
Workspace
Fork
Public
By
Dominik Moritz
Edited
Oct 22, 2022
Fork of
Vega-Lite and Apache Arrow
•
1 fork
4 stars
Insert cell
Insert cell
embed
(
{
width
:
500
,
data
:
{
values
:
data
}
,
mark
:
'point'
,
encoding
:
{
x
:
{
field
:
'AIR_TIME'
,
type
:
'quantitative'
}
,
y
:
{
field
:
'ARR_DELAY'
,
type
:
'quantitative'
}
}
}
)
Insert cell
Insert cell
data
=
arrow
.
tableFromIPC
(
fetch
(
url
)
)
Insert cell
arrow
=
require
(
'apache-arrow@9'
)
Insert cell
embed
=
require
(
'vega-embed'
)
;
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
url
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
arrow
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
embed
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML