vegalite({
data: {values:locationCount.slice(0,25)},
mark: "bar",
encoding: {
x: {field: "group", type: "nominal",sort:{encoding:"y"},axis: {title: "Locations"}},
y: {field: "count", type: "quantitative", axis: {title: "count"}},
color:{field: "group", "type": "nominal"}
}
})