sri Report post Posted October 8, 2010 Hi, I have used the attribute 'logoURL' in Funnel chart xml. But it will not display in the Funnel chart. Thanks in advance. sri Share this post Link to post Share on other sites
DannyR Report post Posted October 8, 2010 Can you please post your XML or JSON data source? Share this post Link to post Share on other sites
sri Report post Posted October 12, 2010 Can you please post your XML or JSON data source? This is the java script source which contains the xml in passed as a parameter for setDataXML method. <script type="text/javascript"> var myChart = new FusionCharts("testswf/Funnel.swf", "myChartId1", "800", "400", "1", "1"); myChart.setDataXML("<chart caption='Funnel Chart Example' skipOverlapLabels='1' labelDisplay='Rotate' slantLabels='1' formatNumber='0' formatNumberScale='0' bgColor='CADCE6,F0F0F0' bgAngle='270' bgAlpha='100,0' exportEnabled='1' exportAtClient='0' exportFileName='ExampleExport' exportAction='download' exportHandler='/jsp/FCExporter.jsp' is2D='0' isSliced='1' showPlotBorder='1' plotBorderThickness='1' plotBorderColor='000000' streamlinedData='0' logoURL='C:/Documents and Settings/sahayaraj/Desktop/copyRights.gif' ><set label='Example1' value='10000' toolText='Example,10000'/><set label='Example2' value='9000' toolText='Example,10000'/><set label='Example3' value='8000' toolText='Example,10000'/><set label='Example4' value='7000' toolText='Example,10000'/><styles><definition><style type='font' name='captionFont' size='10'/></definition><application><apply toObject='CAPTION' styles='captionFont'/></application></styles></chart>"); myChart.render("chartdiv"); </script> Share this post Link to post Share on other sites
JonathanZhang Report post Posted August 2, 2013 Mine is not working too! So did your problem solved? if it is, please help me. Thks Share this post Link to post Share on other sites
JonathanZhang Report post Posted August 2, 2013 Can you please post your XML or JSON data source? part of the XML is like this: logoURL='../images/df/dfcbChange.png' logoPosition='TR' logoLink='j-changeOrderFunnel-behind' logoScale='50' logoAlpha='50' streamlinedData='0' isHollow='0' > but it's not working too,please help me Share this post Link to post Share on other sites
Haritha Report post Posted August 2, 2013 Hi, Welcome to FusionCharts Forum. We tried to render a Funnel chart with the "logoURL" attribute, and it seems that the image present in the URL gets displayed on the chart as expected. Please find the attached sample along with a screenshot. Hope this helps. logoURL - Funnel.zip Share this post Link to post Share on other sites