Type Table, then Shift-Enter. Ctrl-space for more options.
Plot.plot({
x:{label:"Sales@Original"},
y:{label:"Sales@POS"},
color:{legend:true},
marks:[
Plot.dot(data1,{
x:"Sales@Original",
y:"Sales@POS",
r:"Quantity",
title:"Sales by Division",
fill:"Division",
opacity:0.6}),
]
})
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.