Published
Edited
Apr 16, 2019
Insert cell
Insert cell
Insert cell
viewof view = embed({
"$schema": "https://vega.github.io/schema/vega-lite/v2.json",
"data": {
"name": "source",
"url": "https://vega.github.io/vega-datasets/data/cars.json"
},
"mark": "point",
"encoding": {
"x": {
"field": "Origin",
"type": "nominal"
},
"size": {
"aggregate": "count",
"field": "*",
"type": "quantitative"
},
"y": {
"field": "Cylinders",
"type": "nominal"
}
},
"config": {
"line": {
"point": true
},
"scale": {
"useUnaggregatedDomain": true
}
}
})
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