Slackbot
04/09/2023, 2:09 PMFil
04/09/2023, 7:31 PMPlot.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)Tonya Howe
04/09/2023, 8:11 PM