pathutchinson Report post Posted March 30, 2010 I am creating a Pie2D.swf chart. In the past the labels for the pies ALWAYS appear OUTSIDE the pies against a white background and are readable and printable. Now I have a pie with one piece and its 100% of the pie (Only 1 piece and its 100%) Now the label is INSIDE the pie. Its now against a dark background and is NOT readable or printable. How do I get the 100% label to show outside ogf the pie? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted March 31, 2010 Hi, Welcome to FusionCharts forum. How do I get the 100% label to show outside ogf the pie? I am afraid, Pie charts of FusionCharts suite does not support this. Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 31, 2010 Hi Here is a workaround. Since you are not able to read the label in the dark background, you could change the color of the Label itself, using baseFontColor attribute in the chart element. From the docs: This attribute sets the base font color of the chart i.e., all the values and the names in the chart which lie on the canvas will be displayed using the font color provided here. Please try it out. Hope this solves your problem. Srividya Share this post Link to post Share on other sites