Plot.plot({
marks: [
Plot.barX(bycurrencyUSD, {x: "revenue_usd", y: "currency", fillOpacity: 0.55, fill: "green", sort: { "y": "x", reverse: true }}),
Plot.barX(bycurrencyUSD, {x: "prices_usd", y: "currency", fillOpacity: 0.55, fill: "steelblue", sort: { "y": "x", reverse: true }}),
]
})