Julhas Sujan

Chart Drilldown data

Recommended Posts

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:

pop_up.jpg

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:

 

 

code.png

 

Fushionchart shows like that but I need data instead of another chart.

 

fusion.jpg

http://www.fusioncharts.com/explore/management-dashboard/

 

How can I replace the above XML code with html link? Can any1 help me?

Edited by julgates_sap14

Share this post


Link to post
Share on other sites
Guest Sashibhusan

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

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

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