Peepingtom Report post Posted June 21, 2011 Hello Fusioncharts Team =), I have a little issue with the rendering in javascript of a pie chart. I set legend to true in the param but no legend appears in the rendering, is that a known issue ? I'm using V3.2.1, here the sample of my code. <script type="text/javascript"> <!-- FusionCharts.setCurrentRenderer('javascript'); // --> </script> <div id="Pie2D1Div"> Chart. </div> <script type="text/javascript" > var chart_Pie2D1 = new FusionCharts("../charts/Pie2D.swf", "Pie2D1", "190", "220", "0", "0", "","noScale","EN"); chart_Pie2D1.setTransparent("true"); //Provide entire XML data using dataXML method chart_Pie2D1.setDataXML("<chart pieRadius='65' showLabels='0' bgColor='FFFFFF' bgAlpha='0' showBorder='0' enableSmartLabels='0' showValues='0' slicingDistance='10' use3DLighting='0' plotBorderAlpha='0' showlegend='1' legendPosition='BOTTOM' imageSave='1' imageSaveURL='../Saving_Charts/FusionChartsSave.php' exportAtClient='0' exportAction='save' exportFileName='global_pie_cp15381' chartRightMargin='20' chartTopMargin='0' ><set value='97.129' name=' Email Delivres' color='76BB03' /><set value='1.914' name='Hard-Bounces' isSliced='1' color='5D5A5A' /><set value='0.957' name='Soft-Bounces' color='000000' /></chart>"); chart_Pie2D1.render("Pie2D1Div"); </script> Is there something wrong in it ? Or legend for Pie Chart are not yet supported ? Anyway thank you for you great work Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 21, 2011 Hi, Welcome to FusionCharts Forum! Please find the latest JS files attached for your reference. You need to copy these JS files in your charts folder. Hope this works. FusionCharts_June2011_3.2.2Beta_JS.zip Share this post Link to post Share on other sites
Peepingtom Report post Posted June 21, 2011 Ah that's better thank you ! I still have a little problem, how can I suppress 'FusionCharts - HighCharts' ? Again thanks Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 21, 2011 Hi, Thanks for your response. You would need to use licensed version of FusionCharts to achieve this. For more details, please visit: http://www.fusioncharts.com/license/ Hope this helps. Share this post Link to post Share on other sites
Peepingtom Report post Posted June 21, 2011 I have a website version of FusionCharts, I downloaded the V3.2.1 upgrade version today. I can generate my chart in flash without any "watermark" Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 21, 2011 Hi, Thanks for your response. Please drop a mail at: [email protected] mentioning your OrderID and this forum thread for our reference. We will provide you the licensed JS files. Looking forward to your mail. Share this post Link to post Share on other sites
Peepingtom Report post Posted June 21, 2011 Hi, Thanks again for the quick providing of the licensed latest Js files. I'm still having a little problem width some pie legend (see picture). Here a sample of my code. <!-- START Script Block for Chart Pie2D1 --> <div id="Pie2D1Div"> Chart. </div> <script type="text/javascript" > FusionCharts.setCurrentRenderer('javascript'); var chart_Pie2D1 = new FusionCharts("../charts/Pie2D.swf", "Pie2D1", "300", "300", "0", "0", "","noScale","EN"); chart_Pie2D1.setTransparent("true"); //Provide entire XML data using dataXML method chart_Pie2D1.setDataXML("<chart pieRadius='85' showLabels='0' bgColor='FFFFFF' bgAlpha='0' showBorder='1' enableSmartLabels='0' showValues='0' slicingDistance='0' use3DLighting='0' plotBorderAlpha='0' showlegend='1' legendNumColumns='1' minimiseWrappingInLegend='1' legendPosition='RIGHT' imageSave='1' imageSaveURL='../Saving_Charts/FusionChartsSave.php' exportHandler='http://powow3.iroquois.fr/export/FCExporter.php' exportEnabled='0' exportAtClient='0' exportAction='save' exportFileName='2Dpie_clics_cp15359' chartTopMargin='0' chartBottomMargin='10' chartLeftMargin='0' ><set value='0' name=' contact' /><set value='0' name=' http://www.pragmata.fr/sabrie/ML2.png' /><set value='0' name=' http://concessions.peugeot.fr/sabrie.sucy/vehicules-neufs/stock-vehicules-neufs-peugeot/' /><set value='0' name=' http://concessions.peugeot.fr/sabrie.sucy/vehicules-neufs/offres-commerciales-peugeot/aff-de-pro-mars-2011' /><set value='12.389' name=' rdv' /><set value='0' name=' http://concessions.peugeot.fr/sabrie.sucy/apres-vente/offres-forfaits-apres-vente/' /><set value='1.77' name=' renseignement' /><set value='23.894' name=' desabonnement' /><set value='7.08' name=' site sabrie' /><set value='23.894' name=' sabrie occasion' /><set value='11.504' name=' sabrie VN' /><set value='19.469' name=' serveur pragmata' /></chart>"); chart_Pie2D1.render("Pie2D1Div"); </script> <!-- END Script Block for Chart Pie2D1 --> Share this post Link to post Share on other sites
Sanjukta Report post Posted June 22, 2011 Hi, Could you please confirm if you are pointing at the cropped label issue? In case yes, please note that we are currently working on the label management and hope to come up with the solution to this in the next upgraded version, i.e FusionCharts v3.2.2. We shall keep you updated on the same. Thank you for your continued patience and patronage. Share this post Link to post Share on other sites