Published
Edited
Sep 17, 2019
9 forks
Importers
12 stars
Insert cell
Insert cell
vegalite({
data: {url: "https://gist.githubusercontent.com/mbostock/5870a43c73b8899213019ded657840bd/raw/469d70043a0e0e11adba24f5390d147c9970046e/cars.csv"},
mark: "point",
width,
height: 360,
autosize: "fit",
encoding: {
x: {field: "Horsepower", type: "quantitative"},
y: {field: "Miles_per_Gallon", type: "quantitative"}
}
})
Insert cell
vegalite = require("@observablehq/vega-lite@0.2")
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