solkatten Report post Posted March 17, 2010 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 Report post Posted March 17, 2010 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