vegalite({
data: {values: geoCoded},
mark: "point",
encoding: {
x: {field: "lon", type: "quantitative", axis:{title: "Longitude"}},
y: {field: "lat", type: "quantitative", axis:{title: "Latitude"}},
color: {"field": "hashtag_count", "type": "nominal"}
},
})