vegalite({
"data": {
"values": countries
},
"mark": "bar",
"encoding": {
"x": {"field": "count", "type": "quantitative"},
"y": {"field": "name", "type": "nominal"},
"tooltip": {"field": "count", "type": "quantitative"},
"href": {"field": "url", "type": "nominal"}
}
})