Sign in to follow this  
awheinr

Mulit-Level Drilldowns

Recommended Posts

Is it possible to have embedded linked maps? I want to be able to go multiple levels. I have not yet seen an example or documentation describing how to do so. Below is an example in which I'm drilling down from the world map, then to the regional map, and then down the a USA map. It currently does not work, but am not sure what I am doing wrong. I'm assuming it's possible.

 

Thanks in advance!!

 

"chart": {

"dataFormat": "json",

"formatNumberScale":"0",

"showLabels": "1",

"nullEntityColor": "#C2C2D6",

"nullEntityAlpha":"50",

"hoverOnNull": "0",

"useSNameInLabels" : "0",

"entityFillColor" : "#A8A8A8",

"entityFillHoverColor" : "#E5E5E9",

"formatNumberScale":"0",

"bgColor":"#000000",

"bgAlpha":"0",

"showBorder": "0",

"showCanvasBorder": "0",

"toolTipColor": "#ffffff",

"toolTipBorderThickness": "0",

"toolTipBgColor": "#000000",

"toolTipBgAlpha": "80",

"toolTipBorderRadius": "2",

"toolTipPadding": "5"

},

"colorrange": {

"color": [

{

"minvalue": "50",

"maxvalue": "299",

"displayvalue": "Average",

"code": "#f8bd19"

},

{

"minvalue": "300",

"maxvalue": "1000",

"code": "#6baa01"

}

]

},

"data": [

{

"id": "NA",

"displayValue": "North America",

"value": "57.2",

"link": "newchart:maps/northamericawocentral-json-NA"

},

{

"id": "SA",

"value": "57.1",

"showLabel" : "1"

},

{

"id": "AS",

"value": "247",

"showLabel" : "1"

},

{

"id": "EU",

"value": "188.5",

"showLabel" : "1"

},

{

"id": "AF",

"value": "87.2",

"showLabel" : "1"

},

{

"id": "AU",

"value": "8.32",

"showLabel" : "1"

}

],

"linkeddata": [

{

"id": "NA",

"linkedchart": {

"chart": {

"showLabels": "1",

"bgColor":"#000000",

"bgAlpha":"0",

"showBorder": "0",

"showCanvasBorder": "0"

},

"colorrange": {

"color": [

{

"minvalue": "50",

"maxvalue": "299",

"displayvalue": "Average",

"code": "#f8bd19"

},

{

"minvalue": "300",

"maxvalue": "1000",

"code": "#6baa01"

}

]

},

"data": [

{

"id": "CA",

"value": "99"

},

{

"id": "GL",

"value": "200"

},

{

"id": "MX",

"value": "210"

},

{

"id": "US",

"value": "220",

"link": "newchart:maps/usa-json-US"

}

],

"linkeddata": [

{

"id": "US",

"linkedchart": {

"chart": {

"showLabels": "1",

"bgColor":"#000000",

"bgAlpha":"0",

"showBorder": "0",

"showCanvasBorder": "0"

},

"colorrange": {

"color": [

{

"minvalue": "50",

"maxvalue": "299",

"displayvalue": "Average",

"code": "#f8bd19"

},

{

"minvalue": "300",

"maxvalue": "1000",

"code": "#6baa01"

}

]

},

"data": [

{

"id": "HI",

"value": "99"

},

{

"id": "DC",

"value": "99"

},

{

"id": "MD",

"value": "90"

},

{

"id": "DE",

"value": "96"

},

{

"id": "RI",

"value": "90"

},

{

"id": "WA",

"value": "228"

},

{

"id": "OR",

"value": "105"

},

{

"id": "CA",

"value": "221"

},

{

"id": "AK",

"value": "260"

},

{

"id": "ID",

"value": "396"

},

{

"id": "NV",

"value": "169"

},

{

"id": "AZ",

"value": "435"

},

{

"id": "MT",

"value": "445"

},

{

"id": "WY",

"value": "455"

},

{

"id": "UT",

"value": "227"

},

{

"id": "CO",

"value": "214"

},

{

"id": "NM",

"value": "196"

},

{

"id": "ND",

"value": "331"

},

{

"id": "SD",

"value": "374"

},

{

"id": "NE",

"value": "329"

},

{

"id": "KS",

"value": "231"

},

{

"id": "OK",

"value": "150"

},

{

"id": "TX",

"value": "202"

},

{

"id": "MN",

"value": "137"

},

{

"id": "IA",

"value": "143"

},

{

"id": "MO",

"value": "424"

},

{

"id": "AR",

"value": "485"

},

{

"id": "LA",

"value": "124"

},

{

"id": "WI",

"value": "181"

},

{

"id": "IL",

"value": "120"

},

{

"id": "KY",

"value": "309"

},

{

"id": "TN",

"value": "250"

},

{

"id": "MS",

"value": "351"

},

{

"id": "AL",

"value": "271"

},

{

"id": "GA",

"value": "124"

},

{

"id": "MI",

"value": "120"

},

{

"id": "IN",

"value": "205"

},

{

"id": "OH",

"value": "476"

},

{

"id": "PA",

"value": "445"

},

{

"id": "NY",

"value": "369"

},

{

"id": "VT",

"value": "322"

},

{

"id": "NH",

"value": "216"

},

{

"id": "ME",

"value": "404"

},

{

"id": "MA",

"value": "165"

},

{

"id": "CT",

"value": "316"

},

{

"id": "NJ",

"value": "553"

},

{

"id": "WV",

"value": "560"

},

{

"id": "VA",

"value": "565"

},

{

"id": "NC",

"value": "534"

},

{

"id": "SC",

"value": "503"

},

{

"id": "FL",

"value": "503"

}

]

}

}

]

}

}

]

}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this