Sign in to follow this  
solkatten

Link from column to next page

Recommended Posts

I want to link a column i one chart to a page with a new chart.

The first chart have columns with months, I want to click on a column and come to a new page with a chart showing the days o that month.

How do I make the link?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Please try using the Drill-Down functionality for the same.

Ref.- <chart caption='Monthly Sales Summary' subcaption='For the year 2006' xAxisName='Month' yAxisName='Sales' numberPrefix='$'>

<set label='Jan' value='17400' link='DemoLinkPages/DemoLink1.html'/>

<set label='Feb' value='19800' link='DemoLinkPages/DemoLink2.html'/>

<set label='Mar' value='21800' link='DemoLinkPages/DemoLink3.html'/>

<set label='Apr' value='23800' link='DemoLinkPages/DemoLink4.html'/>

<set label='May' value='29600' link='DemoLinkPages/DemoLink5.html'/>

<set label='Jun' value='27600' link='DemoLinkPages/DemoLink6.html'/>

</chart>

Please refer to the link below for further details on the same:-

Ref.- http://www.fusioncharts.com/docs?/DrillDown/Simple.html

Hope this helps. :)

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