Julhas Sujan Report post Posted May 10, 2014 (edited) Hello Experts, I am new in fushion chart. I am working on charts. It needs chart linking with drill down. Fushioncharts provides the feature of drilldown with POP up Window. It works fine but I need pop up box like facebox of fancybox with chart data as a table.Like: Here I am showing the data by clicking on a text. But I want to see that by clicking on chart. I am using FusionCharts_XT_Evaluation. My coding like that: Fushionchart shows like that but I need data instead of another chart. http://www.fusioncharts.com/explore/management-dashboard/ How can I replace the above XML code with html link? Can any1 help me? Edited May 10, 2014 by julgates_sap14 Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted May 12, 2014 Hi, With regard to your query, as implemented in the Demo dashboard, you could provide your custom JavaScript function call to the "link" attribute of the chart data plots, and in that JavaScript function definition, call the link if HTML page, which will load the table data in facebox container. For more details on "Using JavaScript functions as links", please visit the link: http://docs.fusioncharts.com/charts/contents/DrillDown/JavaScript.html Hope this helps! Share this post Link to post Share on other sites
Julhas Sujan Report post Posted August 3, 2014 Hi, Thank you very much for your kind suggestion. I have tried but I can not call css id from <set label='".$row2['Header']."' value='".$row2['DATA']."' link='#info' id='popup' />. Link is working fine but id='popup' is not working. How i can call the css id? Thanks Julhas Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted August 7, 2014 Hi, In FusionCharts, the Id attribute in the <set> element is not supported. However it supports other elements like color, alpha, tooltext etc. for the customization. Thanks. Share this post Link to post Share on other sites
Julhas Sujan Report post Posted August 7, 2014 Hi Moonmi, Thank you very much. Can u help me how can i make the drill down like the following link? http://www.fusioncharts.com/explore/management-dashboard/ Julhas Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted August 7, 2014 Hi, For the type of drill down you want you can refer the following link. http://docs.fusioncharts.com/charts/contents/index.html?JavaScript/JS_LinkedCharts.html#prettyphoto. Thanks Share this post Link to post Share on other sites
Julhas Sujan Report post Posted August 7, 2014 Thanks Share this post Link to post Share on other sites