Anna
Members-
Content count
11 -
Joined
-
Last visited
About Anna
-
Rank
Junior Member
- Birthday 04/23/1989
Profile Information
-
Gender
Female
-
Hi, If 'manageLabelOverflow' attribute works in column or line charts... I need this functionality in column charts.. Regards, Anna
-
Anna started following Server Side Export Of Fusion Charts Into Images and Multiseries Fusioncharts Data Loading
-
Hi, Can we set the loading order in multiseries chart? For eg. if we're plotting a monthly sales comparison chart for 2 successive years, the first dataset will contain the data for first year and the next one for the second year. Then i want to load first year firstly and after loading that i want to load second year's data. Is it possible?
-
Hi, I updated the fusioncharts.js file flash file.. Its working now. Thanks a lot... Regards, Anna
-
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>
-
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.
-
Hi, I am trying to get my fusion charts's legend to show the toggling effect for the data plotted.
-
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 Sumedh, There is one doubt in exporting fusion charts example. what is that link named 'Fusioncharts Trail' in flash file. Can we remove that link? Please reply..
-
Hi Sumedh, Thank you so much....Code works fine.... Regards, Anna
-
Hi, I want to export fusion chart to image. I got the code in c#.net and it works fine. But i need a vb.net code could you please post FCExporter.aspx.vb file.. Regards,Anna
-
Hi, I want to export fusion charts to images in server side.i tried it a lot. But it didn't work. I am using vb.net. Please help me. Regards, Anna