Plot.plot({
width:800,
height:3500,
marks: [
Plot.barX(data.filter((d)=> d["CountryName"] != "World"), {y: "CountryNameRu", x: "2015", fill:"Green", sort: {y: "x", reverse: false}}),
Plot.ruleX([], {fill:"Green"})],
color: { legend: true },
marginLeft: 200,
})