Sign in to follow this  
Chifaa

Fusion Map Drill-Down Issues

Recommended Posts

Hello,

I'm having issues with the drill down from the map.

I have created a simple example to reproduce the issue.

Use the "Customer Satisfaction Index" map example and add link='F-detailsFrame-some_url_here' or link="P-detailsWin,width=400,height=300,toolbar=no,scrollbars=no, resizable=no-some_url_here"

This example works on one PC and not others.

I used FF and IE7 and 8. I use the same version of Windows and flash on both machines. Also pop-up is not blocked.

I tried to debug it but there are no errors reported. It's just strange!!! I gave-up and asking here for help.

 

However if I use link="some_url_here" it works all the time.

 

I have the same issue with the embedded graph drill down.

 

Thank you.

Share this post


Link to post
Share on other sites

Hello,

I'm having issues with the drill down from the map.

I have created a simple example to reproduce the issue.

Use the "Customer Satisfaction Index" map example and add link='F-detailsFrame-some_url_here' or link="P-detailsWin,width=400,height=300,toolbar=no,scrollbars=no, resizable=no-some_url_here"

This example works on one PC and not others.

I used FF and IE7 and 8. I use the same version of Windows and flash on both machines. Also pop-up is not blocked.

I tried to debug it but there are no errors reported. It's just strange!!! I gave-up and asking here for help.

 

However if I use link="some_url_here" it works all the time.

 

I have the same issue with the embedded graph drill down.

 

Thank you.

 

Never mind I found the answer under:

FusionCharts\Tools\FlashPlayerSecuritySetup\HowToSetup.html

 

Thank you for this document.

Share this post


Link to post
Share on other sites

Never mind I found the answer under:

FusionCharts\Tools\FlashPlayerSecuritySetup\HowToSetup.html

 

Thank you for this document.

 

 

Hi Chifaa

 

I'm afas and I'm still new in the fusion map.

I see you've been able to use a drill down of fusion map as well.

I want to ask the state what you use to drill down?

Can the state or territory that no flash can be done drill down too?

 

Thank you.

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

FusionMaps can be easily and extensively used to create drill-down maps.

 

 

In FusionMaps, you can define the following types of link for the map entities and any defined markers:

 

> Simple links that open in the same page.

> Simple links that open in a new page.

> Links that open in a specified frame.

> Links that open in a new pop-up window.

> Existing JavaScript functions (on the same page) to be invoked as links.

 

You would have to provide "link" attribute in the map XML.

 

Ref. Code:

 

<map borderColor='005879' fillColor='D7F4FF' numberSuffix=' Mill.' includeValueInLabels='1' labelSepChar=': ' baseFontSize='9'>

<data>

<entity id='NA' value='515' link='DemoLinkPages/DemoLink1.html'/>

<entity id='SA' value='373' link='DemoLinkPages/DemoLink2.html'/>

<entity id='AS' value='3875' link='DemoLinkPages/DemoLink3.html'/>

<entity id='EU' value='727' link='DemoLinkPages/DemoLink4.html'/>

<entity id='AF' value='885' link='DemoLinkPages/DemoLink5.html'/>

<entity id='AU' value='32' link='DemoLinkPages/DemoLink6.html'/>

</data>

</map>

 

Please refer the following URL, for more information:

http://docs.fusioncharts.com/maps/Contents/DrillDown/Simple.html

 

Hope this helps.

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