The Journey So Far

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

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-AL”,
“showAsSelected”: true
},
{
“id”: “US-AZ”,
“showAsSelected”: true
},
{
“id”: “US-CA”,
“showAsSelected”: true
},
{
“id”: “US-CO”,
“showAsSelected”: true
},
{
“id”: “US-FL”,
“showAsSelected”: true
},
{
“id”: “US-IA”,
“showAsSelected”: true
},
{
“id”: “US-ID”,
“showAsSelected”: true
},
{
“id”: “US-IL”,
“showAsSelected”: true
},
{
“id”: “US-IN”,
“showAsSelected”: true
},
{
“id”: “US-KS”,
“showAsSelected”: true
},
{
“id”: “US-LA”,
“showAsSelected”: true
},
{
“id”: “US-MN”,
“showAsSelected”: true
},
{
“id”: “US-MO”,
“showAsSelected”: true
},
{
“id”: “US-MS”,
“showAsSelected”: true
},
{
“id”: “US-MT”,
“showAsSelected”: true
},
{
“id”: “US-NE”,
“showAsSelected”: true
},
{
“id”: “US-NM”,
“showAsSelected”: true
},
{
“id”: “US-NV”,
“showAsSelected”: true
},
{
“id”: “US-OR”,
“showAsSelected”: true
},
{
“id”: “US-SD”,
“showAsSelected”: true
},
{
“id”: “US-TX”,
“showAsSelected”: true
},
{
“id”: “US-UT”,
“showAsSelected”: true
},
{
“id”: “US-WA”,
“showAsSelected”: true
},
{
“id”: “US-WY”,
“showAsSelected”: true
}
]
},
areasSettings : {
autoZoom : true,
color : “#B4B4B7”,
colorSolid : “#84ADE9”,
selectedColor : “#84ADE9”,
outlineColor : “#666666”,
rollOverColor : “#9EC2F7”,
rollOverOutlineColor : “#000000”
}
});

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.