Sign in to follow this  
Anna

Interactivelegend

Recommended Posts

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

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

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

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

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 by Anna

Share this post


Link to post
Share on other sites

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

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