Anna Report post Posted June 5, 2012 Hi, I am trying to make click effect on legends by interactiveLegend property set to 1. But its not working...Please help. Regards, Anna Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 5, 2012 Hi, I am trying to make click effect on legends by interactiveLegend property set to 1. But its not working...Please help. Regards, Anna Hi, Can you elaborate it more? What you are trying to achieve? Share this post Link to post Share on other sites
Anna Report post Posted June 6, 2012 Hi, Can you elaborate it more? What you are trying to achieve? Hi, I am trying to get my fusion charts's legend to show the toggling effect for the data plotted. Share this post Link to post Share on other sites
Swarnam Report post Posted June 6, 2012 Hi Anna, 'interactiveLegend' attribute has been supported starting FusionCharts v3.2 Can you please confirm the FusionCharts version used? Share this post Link to post Share on other sites
Anna Report post Posted June 6, 2012 (edited) Hi, Actullay i don't know the version of fusionchart used. You mean all legend properties are supported starting Fusioncharts v3.2 or only interactiveLegend. Because 'legendAllowDrag' property is worked in my chart. Edited June 6, 2012 by Anna Share this post Link to post Share on other sites
Swarnam Report post Posted June 6, 2012 Hi Anna, Can you please paste the XML code? Also, please enable the debug mode, to identify the FusionCharts version used. For more information , please refer http://docs.fusioncharts.com/charts/contents/Debug/Window.html Share this post Link to post Share on other sites
Anna Report post Posted June 6, 2012 Hi, XML code <graph caption='Yearly Occupancy Analysis' xAxisName='Month' yAxisName='Occupancy' labelDisplay='Rotate' slantLabels='1' interactiveLegend='1' showvalues='0' showNames='1' decimalPrecision='0' formatNumberScale='0'> <categories> <category name='APRIL '/> <category name='MAY '/> <category name='JUNE '/> <category name='JULY '/> <category name='AUGUST '/> <category name='SEPTEMBER'/> <category name='OCTOBER '/> <category name='NOVEMBER '/> <category name='DECEMBER '/> <category name='JANUARY '/> <category name='FEBRUARY '/> <category name='MARCH '/> </categories> <dataset seriesname='2011-2012' showValue='1'> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='69.79' /> <set value='70.73' /> <set value='53.89' /> </dataset> <dataset seriesname='2012-2013' showValue='1'> <set value='43.82' /> <set value='44.22' /> <set value='8.21' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> <set value='0' /> </dataset> </graph> Share this post Link to post Share on other sites
Anna Report post Posted June 7, 2012 Hi, I updated the fusioncharts.js file flash file.. Its working now. Thanks a lot... Regards, Anna Share this post Link to post Share on other sites