Public
Edited
Oct 22, 2022
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.
Learn more