xjrad Report post Posted November 4, 2011 I want to get the label string when a link clicked,and also drill down. how can I do this? Share this post Link to post Share on other sites
Sanjukta Report post Posted November 4, 2011 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
xjrad Report post Posted November 5, 2011 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
xjrad Report post Posted November 5, 2011 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
xjrad Report post Posted November 8, 2011 Is there some one can help me? Thanks! Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 8, 2011 Hi, Thanks for your response. I am afraid, this is not possible with LinkedCharts, as of now. 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