Create your own visited countries map or check out the JavaScript Charts.
var map = AmCharts.makeChart("mapdiv",{
type: "map",
theme: "dark",
projection: "mercator",
panEventsEnabled : true,
backgroundColor : "#535364",
backgroundAlpha : 1,
zoomControl: {
zoomControlEnabled : true
},
dataProvider : {
map : "worldHigh",
getAreasFromMap : true,
areas :
[
{
"id": "BE",
"showAsSelected": true
},
{
"id": "BG",
"showAsSelected":...
Read more ...