JavaScript
var map = AmCharts.makeChart("chartdiv", {
type: "map",
dataProvider: {
map: "worldLow",
zoomLevel: 3.5,
zoomLongitude: 10,
zoomLatitude: 52,
areas: [{
title: "Austria",
id: "AT",
color: "#67b7dc",
customData: "1995",
groupId: "before2004"
}, {
title: "Ireland",
id: "IE",
color: "#67b7dc",
customData: "1973",
groupId: "before2004"
}, {
title: "Denmark",
id: "DK",
color: "#67b7dc",
customData: "1973",
groupId: "before2004"
}, {
title: "Finland",
id: "FI",
color: "#67b7dc",
customData: "1995",
groupId: "before2004"
}, {
title: "Sweden",
id: "SE",
color: "#67b7dc",
customData: "1995",
groupId: "before2004"
}, {
title: "Great Britain",
id: "GB",
color: "#67b7dc",
customData: "1973",
groupId: "before2004"
}, {
title: "Italy",
id: "IT",
color: "#67b7dc",
customData: "1957",
groupId: "before2004"
}, {
title: "France",
id: "FR",
color: "#67b7dc",
customData: "1957",
groupId: "before2004"
}, {
title: "Spain",
id: "ES",
color: "#67b7dc",
customData: "1986",
groupId: "before2004"
}, {
title: "Greece",
id: "GR",
color: "#67b7dc",
customData: "1981",
groupId: "before2004"
}, {
title: "Germany",
id: "DE",
color: "#67b7dc",
customData: "1957",
groupId: "before2004"
}, {
title: "Belgium",
id: "BE",
color: "#67b7dc",
customData: "1957",
groupId: "before2004"
}, {
title: "Luxembourg",
id: "LU",
color: "#67b7dc",
customData: "1957",
groupId: "before2004"
}, {
title: "Netherlands",
id: "NL",
color: "#67b7dc",
customData: "1957",
groupId: "before2004"
}, {
title: "Portugal",
id: "PT",
color: "#67b7dc",
customData: "1986",
groupId: "before2004"
},
{
title: "Lithuania",
id: "LT",
color: "#ebdb8b",
customData:...