Public
Edited
Feb 26, 2021
3 forks
14 stars
Insert cell
Insert cell
embed({
width: 500,
data: {url: url, format: {type: 'arrow'}},
mark: 'point',
encoding: {
x: {field: 'AIR_TIME', type: 'quantitative'},
y: {field: 'ARR_DELAY', type: 'quantitative'}
}
})
Insert cell
Insert cell
embed = {
const embed = await require('vega-embed');
const loader = await require('vega-loader-arrow');
embed.vega.formats('arrow', loader); // register arrow as a supported format
return 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.
Learn more