Published
Edited
Apr 16, 2019
2 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof salesPrizeMoney = embed({
data: {values: noDollar},
mark: "point",
selection: {
nameSelection: {fields: ["Name"], on: "click", type: "multi"}
},
encoding: {
x: {field: "Prize_Money", type: "quantitative", sort: "ascending"},
y: {field: "Global_Sales", type: "quantitative"},
color: {field: "Genre", type: "nominal"},
tooltip: {field: "Name", type: "nominal"}
},
width: 750,
height: 400,
})
Insert cell
Insert cell
Insert cell
Insert cell
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