I have a client's website where their developer used AmCharts.makeChart version 3. However, the client is asking about the new political India map. Not sure if AmChart ver 4 has that.
Can anyone help please?
The code in the customized PHP template goes like this
var map = AmCharts.makeChart("mapdiv",{
type: "map",
theme: "dark",
projection: "mercator",
panEventsEnabled : true,
backgroundColor : "#F1F1F1",
backgroundAlpha : 1,
zoomControl: {
zoomControlEnabled : true
},
dataProvider : {
map : "worldHigh",
getAreasFromMap : true,
areas :
[
{
"id": "IN",
"showAsSelected": true
},