pgvdnagendra Report post Posted May 27, 2010 Hai Basundhara Ghosal, I need to use drill downs for MSBar2D graphs I use the following It Worked But when I try to use '&' in the link URL It is saying Invalid XML. Please get back on this. Thanks Nagendra Share this post Link to post Share on other sites
Sanjukta Report post Posted May 27, 2010 Hi Nagendra, Could you please try encoding "&" as "%26" in your XML? Ref.- <set ... value='123' ... link='n-ShowDetails.asp%3FMonth%26Day' ...> Please refer to the following link for further deatils on the URL encoded format: Ref.- http://www.fusioncharts.com/docs?/DrillDown/Simple.html Hope this helps. Share this post Link to post Share on other sites
pgvdnagendra Report post Posted May 28, 2010 Hai Sanjukta, The values on the bar graph are rounding off. But I need to put the exact values. For example:- 10.6 is rounded to 10 while displaying on the bar. Please help me on this. Thanks Nagendra Share this post Link to post Share on other sites
Sanjukta Report post Posted May 28, 2010 Hi Nagendra, Could you please try setting the attribute decimals to a value between '1-10' in the <chart> element? The attribute decimals specifies the number of decimal places to which all numbers on the chart would be rounded to. Hope this helps. Share this post Link to post Share on other sites
pgvdnagendra Report post Posted May 31, 2010 (edited) Hai Sanjukta, How r u? Thanks for quick reply last time. It worked for me. I have other problem. Please find the same in the attachment. Waiting for your solution.:ermm: Thank You. Nagendra. Edited May 31, 2010 by Guest Share this post Link to post Share on other sites
Sanjukta Report post Posted May 31, 2010 (edited) Hi Nagendra, You are most welcome. I am fine. Thank you. How are you? For your requirements: In case you are using a Multi Series Bar2D chart and hiding the second <dataset> element, then please shuffle the XML file format and place the hidden <dataset> element before the displayed <dataset> element. Then you can use the line break notation " " before the labels accordingly to display it at the centre. For this please refer to the sample attached. For the legends, you can apply the drag-able feature, using the attribute legendAllowDrag='1' in the <chart> element. I am afraid, FusionCharts does not support to left alignment of the legends, as of now. Hope this helps. MSBar2D.zip Edited May 31, 2010 by Guest Share this post Link to post Share on other sites
pgvdnagendra Report post Posted May 31, 2010 Hai Sanjukta, It Works! Is there a way I can control speed at which bars comes from flash. Thanks Nagendra Share this post Link to post Share on other sites
Sanjukta Report post Posted May 31, 2010 Hi Nagendra, Glad that your issue is resolved. Is there a way I can control speed at which bars comes from flash. A: The time taken to load the flash movie, that is, to render the chart becomes faster if we do not apply animation. Otherwise the time taken depends on the amount of data which is being passed to SWF file to render the chart. Hope this helps. Share this post Link to post Share on other sites
pgvdnagendra Report post Posted June 8, 2010 Hi Sanjukta, How r u doing? How can I display lables on X-axis in scatter plot? Thanks Nagendra. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 8, 2010 Hi Nagnedra, Hope you are doing well? In case you wish to display the datalabels along the X-Axis in the Scatter Chart of FusionCharts pack, please try specifying the same in the "label" attribute in the <category> element. Ref.- <category label='20'.../> For further details please refer to the link below :- Ref.- http://www.fusioncharts.com/docs/Contents/ChartSS/Scatter.html Hope this helps. Share this post Link to post Share on other sites
pgvdnagendra Report post Posted June 8, 2010 Hi Basundhara Ghosal, I am doing well. How r u doing? The problem with using category is that the values of lables comes dynamically. I dont know the exact scale values. Thanks Nagendra Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 8, 2010 Hi Nagendra, In case you are using Scatter Chart of FusionCharts pack and wish to dynamically plot the datalabels, you need to re-render the chart each time it gets updated. Hope this helps. Share this post Link to post Share on other sites
pgvdnagendra Report post Posted June 15, 2010 Hi Basundhara, How r u doing? I need to fix the length of the legend display in the chart. Thanks Nagendra Share this post Link to post Share on other sites
Sanjukta Report post Posted June 18, 2010 Hi Nagendra, I am afraid, FusionCharts does not provide any method to fix the length of the Legend display manually, as of now. The size of the legend display is automatically taken up when the chart gets rendered, depending on the number of legend items present on the chart. FusionCharts only provide for the options for formatting legends given in the link mentioned and that does not include control of the length of the legend display. Ref.- http://www.fusioncharts.com?/Contents/AttDesc/Legend.html I have a made a due note of the same. Share this post Link to post Share on other sites
pgvdnagendra Report post Posted June 19, 2010 Hi Sanjukta, How r u? Thx for ur reply. I tried to wrtie the caption as "Growth rate (%)". But on th chart it display only "Growth rate ( ", Is there any other way I can print % in the caption. This is very important for me, please help me. Bye. Thanks Nagendra Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 20, 2010 Hi, Could you please send us the XML codes that you are using as an attachment? Awaiting your reply. Share this post Link to post Share on other sites
pgvdnagendra Report post Posted June 22, 2010 Hi Basundhara, I solved tht problem. I got another one 4 u, while I am exporting the data to .Xls, .doc, sometimes I am getting the previous charts displayed(evethough its capturing the new chart) in the .xls (or) .doc file. Thanks Nagendra Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 22, 2010 Hi, Glad that your previous issue is resolved. Could you please send us the code that you are using to export the chart as an attachment? Awaiting your reply. Share this post Link to post Share on other sites