Public
Edited
Mar 8, 2023
Insert cell
Insert cell
Insert cell
classificacoes_status = FileAttachment("classificacoes_status@1.csv").csv()
Insert cell
Plot.plot({
y: {
grid: true
},
marks: [
Plot.barY(
classificacoes_status,
Plot.groupX(
{ y: "count", title: "count" },
{
x: "StatusPedido",
fill: "StatusPedido",
sort: { x: "y", reverse: true }
}
)
),
Plot.ruleY([0])
]
})
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