vl({
width: 300,
height: 300,
data: { values: table },
mark: "text",
encoding: {
x: { field: "Area", type: "nominal" },
y: { field: "Sales", type: "quantitative" },
text: { field: "Area", type: "nominal" },
size: { field: "Profit", type: "quantitative" },
color: { value: "red" }
}
})