Peepingtom

Members
  • Content count

    6
  • Joined

  • Last visited

About Peepingtom

  • Rank
    Forum Newbie
  1. Javascript Rendering And Pie Legend

    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 -->
  2. Javascript Rendering And Pie Legend

    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"
  3. Javascript Rendering And Pie Legend

    Ah that's better thank you ! I still have a little problem, how can I suppress 'FusionCharts - HighCharts' ? Again thanks
  4. 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
  5. Server Side Fusionchart

    Hello, I'm trying to figuring out how to export a chart as an image by using php or JS export handlers. I don't want any interaction as a right click to export the chart, I want it to be triggered by a script not by an action. Is that possible cause I can't figure out how it's suppose to works ?! Actually my only solution is to display the chart alone on a webpage and to make a screencaps in php (with apache on a windows server). I can't use .net ok. So if anyone can simply explain to me how i can manage this by using all the tools that fusioncharts is providing, that would be cool and great and etc ...
  6. FusionChart and Funnel chart

    Hi we have purchased FusionCharts, works well and everything, but here I am, I need to create a chart like this one but i can't find any example for this one into FusionCharts documentation. Is this chart include into FusionCharts ? or do we have to purchase FusionWigdets too ?