Plot.plot({
width:1000,
height:2000,
marks: [
Plot.barX(data_df.filter(d => d[select] < 100000000), {y: "CountryNameRu", x: select, fill:"#7B68EE", sort: {y: "x", reverse: false} }),
Plot.ruleX([0, 10000000, 20000000, 30000000, 40000000, 50000000, 60000000, 70000000, 80000000, 90000000, 100000000], {fill:"#aaaaaa"})],
color: { legend: true },
marginLeft: 225,
})