richard20427176 Report post Posted December 17, 2009 Hi When I using the Pie 3D chart,some problem feaze me... so...i need everybody's help... thx first... Ques as bellow: 1.how to render 2D style as default... 2.when I using the decimals="2" attribute,but the percentage in tooltips always show many num after the radix point ,such as 9.12345678% etc. help plz...thx very much..... Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 17, 2009 Hello, 1. I'm afraid, the pie3D chart can not be rendered with 2D style as default 2. If you could please attach your XML, we will solve the decimal precision issue as soon as possible. Share this post Link to post Share on other sites
richard20427176 Report post Posted December 17, 2009 (edited) thx for answering.. and here is anther question... look at the image Attachment Pie3Dadmin.xml Edited December 17, 2009 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted December 17, 2009 Hi, Could we please send us the screen-shot as an attachment as we have yet not received it? This might has happened due to some error in the process. Please note, FusionCharts supports the display of both number and text as 'labels' and 'tooltip'. Please try customizing the labels and the tooltip as per your requirement to display the same. Hope this helps. Share this post Link to post Share on other sites
richard20427176 Report post Posted December 18, 2009 hi my screen-shot paste on the 3rd Floor,attachment 1, ... I only find 'toolText' attribute to set tooltips text, is there any attribute to set labels text? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted December 18, 2009 Hi, Could you please try mentioning the label in the 'label' attribute of the <set> element? Ref.- http://www.fusioncharts.com/docs?/AttDesc/DataLabels.html Hope this helps. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 18, 2009 (edited) Hello, 1. To show the values in the tooltip to have values formatted upto 2 decimal places please use the code below: <set label="???" value="143" toolText='???, 28.26%' /> 2. If you wish to show only numbers display on labels please set showLabels='0' in the <chart> element. Edited December 18, 2009 by Guest Share this post Link to post Share on other sites
richard20427176 Report post Posted December 18, 2009 thanks very much~~ it solves my problem To show the values in the tooltip to have values formatted upto 2 decimal places please use the code below: My DataSet only contains label-value and value-value, and I must write .net code to manual compute the percentage value, so I suggest that can next chart version auto set the percentage value? now i'm trying to write codes about importing the img of chart... i also meet some problem... Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 18, 2009 Hello, Thank you for your suggestions. We have made a note of it. What issues are you facing while trying to export images? Share this post Link to post Share on other sites
richard20427176 Report post Posted December 18, 2009 (edited) I use this code to set 'export img selection' attributes in XML File xmlWriter.WriteAttributeString("exportEnabled", "1");//bool ???????? xmlWriter.WriteAttributeString("exportShowMenuItem", "1");//bool xmlWriter.WriteAttributeString("exportFormats", "PDF=Export as PDF|JPG=Export as JPEG"); my chart render by .net Litera Web Server Control, when I right click the mouse, the menu doesn't contain any export selections... upload some code by attachments Pie3Dadmin.xml Edited December 18, 2009 by Guest Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 18, 2009 Hello, Could you please tell us which version of FusionCharts you are using? Starting FusionCharts v3.0.7, you could export your charts as images. And FusionCharts v3.1 adds new dimensions to it, by allowing you to export as PDFs as well, and also lets you choose whether to export the charts at client-side or server-side. Share this post Link to post Share on other sites
richard20427176 Report post Posted December 18, 2009 eh.....I only know main version is 3... so...where can I get detail version? thx... Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 18, 2009 Hello, You will get the version of the charts from the debug window. Please refer to the link below: http://www.fusioncharts.com/docs/Contents/Debug/window.html Share this post Link to post Share on other sites
richard20427176 Report post Posted December 19, 2009 (edited) thx it's useful... now,when I exporting the img by 'download' mode,the web site doesn't show a dialogue as the version of fusioncharts is v3.1.1 my xml file and part of code has been upload. code.txt Column2Dadmin.xml Edited December 19, 2009 by Guest Share this post Link to post Share on other sites
srividya_sharma Report post Posted December 20, 2009 Hi I think the path to the exportHandler, contained in exportHandlerPath should be a path, relative to current page. It cannot be a absolute path I think. Hope this helps. Srividya Share this post Link to post Share on other sites