vegaEmbed({
width: 300,
height: 300,
data: { values: dataRow },
mark: "text",
encoding: {
x: { field: "sales", type: "Q", axis: null },
y: { field: "profit", type: "Q", axis: null },
text: { field: "area", type: "N" },
color: { field: "area", type: "N" },
size: { field: "profit", type: "Q" }
},
config: { view: { stroke: null } }
})