rmehta Report post Posted February 19, 2010 Is there a work around to this. I am posting my code: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="allregistrants" width="380" height="180"><param name="allowScriptAccess" value="always"><param name="movie" value="/FusionCharts/Pie3D.swf"><param name="FlashVars" value="chartWidth=380&chartHeight=180&debugMode=0&dataXML=<chart enableRotation='1' labelSepChar=' - ' showPercentageValues='1' showBorder='0' toolTipBorderColor='D9E5F8' toolTipBgColor='d8ebf2' showTooltipShadow='1' pieYScale='80' pieRadius='60' showZeroPies='0' enableSmartLabels='1' baseFont='Arial' baseFontSize='12' baseFontColor='333333' paletteColorsd='00a840,fb9600,16a9ff' decimals='1' ><set label='1ML1A' value='89' toolText='1ML1A{br}11.7%25 (89 registrants)'/><set label='1RR1JCNA' value='83' toolText='1RR1JCNA{br}10.9%25 (83 registrants)'/><set label='2MLB' value='65' toolText='2MLB{br}8.6%25 (65 registrants)'/><set label='1MS1HCNA' value='64' toolText='1MS1HCNA{br}8.4%25 (64 registrants)'/><set label='1ML1C' value='36' toolText='1ML1C{br}4.7%25 (36 registrants)'/><set label='1ML1D' value='32' toolText='1ML1D{br}4.2%25 (32 registrants)'/><set label='1MS1ACNA' value='30' toolText='1MS1ACNA{br}3.9%25 (30 registrants)'/><set label='MAA3' value='29' toolText='MAA3{br}3.8%25 (29 registrants)'/><set label='4ON' value='26' toolText='4ON{br}3.4%25 (26 registrants)'/><set label='OTHER...' value='306' toolText='1PR1FCNA 3.2%25 (24 registrants){br}1MS1ECSL 2.6%25 (20 registrants){br}BBHE 2.6%25 (20 registrants){br}1MS1E2SL 2.5%25 (19 registrants){br}1BH1B 2.2%25 (17 registrants){br}ABHE 2.0%25 (15 registrants){br}1MS1E1SL 1.8%25 (14 registrants){br}FMLZE 1.8%25 (14 registrants){br}1MS1D1SL 1.6%25 (12 registrants){br}1MS1D5SL 1.6%25 (12 registrants){br} ...'/></chart>"><param name="quality" value="high"> <embed src="/FusionCharts/Pie3D.swf" quality="high" width="380" height="180" name="allregistrants" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="chartWidth=380&chartHeight=180&debugMode=0&dataXML=<chart enableRotation='1' labelSepChar=' - ' showPercentageValues='1' showBorder='0' toolTipBorderColor='D9E5F8' toolTipBgColor='d8ebf2' showTooltipShadow='1' pieYScale='80' pieRadius='60' showZeroPies='0' enableSmartLabels='1' baseFont='Arial' baseFontSize='12' baseFontColor='333333' paletteColorsd='00a840,fb9600,16a9ff' decimals='1' ><set label='1ML1A' value='89' toolText='1ML1A{br}11.7%25 (89 registrants)'/><set label='1RR1JCNA' value='83' toolText='1RR1JCNA{br}10.9%25 (83 registrants)'/><set label='2MLB' value='65' toolText='2MLB{br}8.6%25 (65 registrants)'/><set label='1MS1HCNA' value='64' toolText='1MS1HCNA{br}8.4%25 (64 registrants)'/><set label='1ML1C' value='36' toolText='1ML1C{br}4.7%25 (36 registrants)'/><set label='1ML1D' value='32' toolText='1ML1D{br}4.2%25 (32 registrants)'/><set label='1MS1ACNA' value='30' toolText='1MS1ACNA{br}3.9%25 (30 registrants)'/><set label='MAA3' value='29' toolText='MAA3{br}3.8%25 (29 registrants)'/><set label='4ON' value='26' toolText='4ON{br}3.4%25 (26 registrants)'/><set label='OTHER...' value='306' toolText='1PR1FCNA 3.2%25 (24 registrants){br}1MS1ECSL 2.6%25 (20 registrants){br}BBHE 2.6%25 (20 registrants){br}1MS1E2SL 2.5%25 (19 registrants){br}1BH1B 2.2%25 (17 registrants){br}ABHE 2.0%25 (15 registrants){br}1MS1E1SL 1.8%25 (14 registrants){br}FMLZE 1.8%25 (14 registrants){br}1MS1D1SL 1.6%25 (12 registrants){br}1MS1D5SL 1.6%25 (12 registrants){br} ...'/></chart>"></embed> </object> Thanks Share this post Link to post Share on other sites
rmehta Report post Posted February 19, 2010 Ideally I'd like to see all without an overalp. Is that feasible. I have seen the skipOverLabels attribute and do not wish to use that. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted February 21, 2010 Hi, Please try using the attribute "labelStep" of the <chart> element to skip the display of the datalabels of the desired position. Please refer to the link below for further details on the same. Ref.- http://www.fusioncharts.com/docs?/AttDesc/DataLabels.html Hope this helps. Share this post Link to post Share on other sites