vl.markBar()
.data(dtRdsManagementFeePerNormAllsinUsEast)
.encode(
vl.x().fieldQ('fee_price').title('RDS Fee per nomalisation factor per hour').bin(true),
vl.y().fieldN('full_engine').title('SQL engine').sort("-x"),
vl.column().fieldN('cpu_brand'),
vl.tooltip(["fee_price", "instancefamily", "full_engine", "cpu_brand", "region_code_1"]),
vl.color().fieldN('region_code_1'),
vl.opacity().value(1),
vl.xOffset().fieldN('instance_type_1'),
)
.render()