Published
Edited
Jan 30, 2019
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
VegaLite({
data: {values: NBA},
mark: "bar",
encoding: {
x: {aggregate: "max", field: "3P", type: "quantitative"},
y: {field: "Season", type: "nominal"},
}, "transform": [
{"filter": {"field": "3P", "gt": 0}}
],

}
)
Insert cell
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