Plot.plot({
marks: [
Plot.barX(fiveyears, Plot.groupY({x: "count"}, { y: "State", fill: d => d["Incident Date"].getFullYear() + "", sort: {y: "x", reverse: true, limit: 20}})),
Plot.text(fiveyears, Plot.groupY({x: "count", text: "count"}, { y: "State", frameAnchor: "left", dx: 5})),
Plot.ruleX([0])
],
marginLeft: 100,
marginRight: 50,
color: { legend: true, type: "categorical" },
})