Sign in to follow this  
crescent

How To Configuration The Link Attribute In Set Element?

Recommended Posts

Firstly, I visit the page of "http://www.fusioncharts.com/demos/gallery/#drag-node-chart", then choose a drag node chart and enable links in this chart.

 

The page will be linked to "http://www.fusioncharts.com/" normally when I click a node.

 

But, after I download it in the page "http://www.fusioncharts.com/download/trials/" and then open the same drag node chart, the link is invalid.

 

Can you help me?

Share this post


Link to post
Share on other sites
Guest Sumedh

Greetings, smile.gif

 

FusionCharts XT v3.2.2 can be easily and extensively used to create drill-down charts.

 

All the charts support drill down for data elements i.e., in each chart type, the data plot of that chart (columns in Column Charts, Pie slices in Pie Charts etc.) can act as hotspots for the chart.

 

For generating the link, you would need to modify the XML code accordingly.

 

You would need to add link attribute under the set element.

 

Ref code:

<chart...>

<set label='Jan' link='URL of the page'>

...

</chart>

 

For more information, please refer the following link:

 

http://docs.fusioncharts.com/charts/contents/?DrillDown/ClickURL.html

 

http://docs.fusioncharts.com/charts/contents/?DrillDown/LinkedCharts.html

 

Hope this helps. smile.gif

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