Sign in to follow this  
sri

Add The Logourl In Funnel.swf

Recommended Posts

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

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

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

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

post-37797-0-49149400-1375442968_thumb.png

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this