webchartuser Report post Posted June 4, 2010 Hi: We had to set the attribute 'enableSmartLabels' to '0' in the element to shorten the length of the line for the pie-chart. However, trying to set the label using 'labelDistance' in the element is not working for us. The chart in question is the chart on the bottom right corner... http://www.recovery.gov/Transparency/RecipientReportedData/Pages/QuarterlySum.aspx The pie-chart does not have any link to the label. How do we get the link? Thanks in advance. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 7, 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
webchartuser Report post Posted June 14, 2010 (edited) Basundhra - Thanks for your response. Here is the cut and paste on it. Thanks in advance for your help. Edited June 14, 2010 by Guest Share this post Link to post Share on other sites
webchartuser Report post Posted June 14, 2010 Is the code visible to you? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 15, 2010 Hi, We had to set the attribute 'enableSmartLabels' to '0' in the element to shorten the length of the line for the pie-chart. However, trying to set the label using 'labelDistance' in the element is not working for us. We have tested your XML codes in our lab and is not able to replicate the issue as the attribute "labelDistance" seems to work fine. Please refer to the sample and the screenshot that we are sending you as an attachment. The pie-chart does not have any link to the label. How do we get the link? In case you wish to applying links on the pie chart, please try setting the value for the "link" attribute in the <set> element of the chart. Using the "link" attribute you can define links for individual data items. That enables the end user to click on data items (columns, lines, bars etc.) and drill down to other pages. To define the link for data items, use the link attribute. You can define links that open in same window, new window, pop-up window or frames. Please see "Advanced Charting > Drill Down Charts" for more information. Also, you'll need to URL Encode all the special characters (like ? and &) present in the link. For further information please refer to the link below :- Ref.- http://www.fusioncharts.com/docs/?/ChartSS/Pie2D.html I hope this helps. pie_labeldistance.zip Share this post Link to post Share on other sites