This message was deleted.
# help
s
This message was deleted.
f
a suggestion:
Copy code
Plot.barY(search4, Plot.groupZ({y: "proportion-facet"}, {y: "orders", title: "name", fill: "name"})),
    Plot.text(search4,Plot.stackY( Plot.groupZ({y: "proportion-facet", text: "first"}, {y: "orders", text: "name", z: "name"}))),
(quick explainer: the texts were under the bars, and text doesn't stack by default)
🙌 1
✅ 1
t
@Fil yes, that worked! Thank you!!