Sign in to follow this  
xjrad

Linked Chart

Recommended Posts

Hi,

 

Welcome to FusionCharts Forum! :)

 

Could you please elaborate on the same as in which form you would like to display the label string (like a JavaScript Alert) when Links are clicked or the chart is drilled-down?

 

Awaiting your reply.

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum! :)

 

Could you please elaborate on the same as in which form you would like to display the label string (like a JavaScript Alert) when Links are clicked or the chart is drilled-down?

 

Awaiting your reply.

 

Here is my test chart xml data

 

<chart caption="Yearly sales" xAxisName="Year" yAxisName="Sales">

<set label="2004" value="37800" link="newchart-xml-2004-quarterly"/>

<set label="2005" value="21900" link="newchart-xml-2005-quarterly"/>

<set label="2006" value="32900" link="newchart-xml-2006-quarterly"/>

<set label="2007" value="39800" link="newchart-xml-2007-quarterly"/>

<linkeddata id="2004-quarterly">

<chart caption="Quarterly Sales Summary" subcaption="For the year 2004" xAxisName="Quarter" yAxisName="Sales">

<set label="Q1" value="11700"/>

<set label="Q2" value="8600"/>

<set label="Q3" value="6900"/>

<set label="Q4" value="10600"/>

</chart>

</linkeddata>

.......

</chart>

 

when the link click,chart drill down,but I can not get any message.I want to get '2004' or link value 'newchart-xml-2004-quarterly' when the link click,and also drill down.I tried these ways:

1. "FusionCharts.addEventListener('LinkedItemOpened', function(eventObject, argumentsObject){})",I can not get anything useful information from eventObject and argumentsObject;

2. use "J- Prefix" or "JavaScript: prefix", I can send link value as parameter in this way,but the drill down do not execute.So I use 'setXMLUrl' to change the chart's datasource,but the "back" button dispplear.

 

Sorry for my poor English.

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum! :)

 

Could you please elaborate on the same as in which form you would like to display the label string (like a JavaScript Alert) when Links are clicked or the chart is drilled-down?

 

Awaiting your reply.

 

Is there a way to click a column or a pie programly?I want to trigger drill down programly.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

I am afraid, this is not possible with LinkedCharts, as of now. sad.gif

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

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