Travel With the Pinkneys

Making Memories across the Country

https://www.amcharts.com/lib/3/ammap.js
https://www.amcharts.com/lib/3/maps/js/usaHigh.js
https://www.amcharts.com/lib/3/themes/light.js

Create your own visited states map or check out the JavaScript Charts.

var map = AmCharts.makeChart(“mapdiv”,{
type: “map”,
theme: “light”,
panEventsEnabled : true,
backgroundColor : “#535364”,
backgroundAlpha : 1,
zoomControl: {
zoomControlEnabled : true
},
dataProvider : {
map : “usaHigh”,
getAreasFromMap : true,
areas :
[
{
“id”: “US-DC”,
“showAsSelected”: true
},
{
“id”: “US-DE”,
“showAsSelected”: true
},
{
“id”: “US-FL”,
“showAsSelected”: true
},
{
“id”: “US-GA”,
“showAsSelected”: true
},
{
“id”: “US-MD”,
“showAsSelected”: true
},
{
“id”: “US-NC”,
“showAsSelected”: true
},
{
“id”: “US-NJ”,
“showAsSelected”: true
},
{
“id”: “US-NV”,
“showAsSelected”: true
},
{
“id”: “US-NY”,
“showAsSelected”: true
},
{
“id”: “US-SC”,
“showAsSelected”: true
},
{
“id”: “US-VA”,
“showAsSelected”: true
},
{
“id”: “US-WV”,
“showAsSelected”: true
}
]
},
areasSettings : {
autoZoom : true,
color : “#B4B4B7”,
colorSolid : “#84ADE9”,
selectedColor : “#84ADE9”,
outlineColor : “#666666”,
rollOverColor : “#9EC2F7”,
rollOverOutlineColor : “#000000”
}
});