Mike S Report post Posted May 13, 2009 (edited) Hi, Can someone enlighten me as to why the logo specified in the following chart Xml does not load? I have verified that the url is correct. <chart animation='1' showLabels='1' rotateLabels='0' slantLabels='0' showValues='1' drawAnchors='1' anchorSides='3' anchorRadius='2' showBorder='1' showLegend='1' legendPosition='BOTTOM' connectNullData='0' logoURL='/Proto_CP2/app/images/waveform/one.JPG' logoPosition='TL'> <categories><category label='1' /> <category label='2' /> <category label='3' /> <category label='4' /> <category label='1' /> </categories> <dataset seriesName='d'> <set value='2' /> <set value='15' /> <set value='45' /> <set value='24' /> <set value='-2' /> </dataset> </chart> Thanks, Mike Edited May 13, 2009 by Guest Share this post Link to post Share on other sites
Dhruva Report post Posted May 14, 2009 Hello Mike, The URL needs to be relative to the application, and not to the SWF. Could you please confirm if that is the case? Share this post Link to post Share on other sites
Mike S Report post Posted May 14, 2009 Hi Dhruva, The URL I am providing is relative to the app. Here's my HTML source if that provides any clues. I have tried this with several different charts (2d and 3d line, area, bar, etc.) and the charts all render as expected -- except for the logo. Thanks! Mike <html> <head> <script language="JavaScript" src="/Proto_CP2/fusioncharts/FusionCharts.js"></script> <style type="text/css"> #content { width: 935px ; margin-left: auto ; margin-right: auto ; } </style> </head> <body> <div id="content" > <div id="testChart"> </div> <script type='text/javascript'> var chart = new FusionCharts('/Proto_CP2/fusioncharts/ScrollArea2D.swf', 'chart', '935', '550', '0', '1'); chart.setDataURL('/Proto_CP2/app/temp/data.xml'); chart.render('testChart'); </script> </div> </body> </html> Share this post Link to post Share on other sites
Dhruva Report post Posted May 15, 2009 Could you please make the following change logoURL='Proto_CP2/app/images/waveform/one.JPG and try again? Share this post Link to post Share on other sites
cpetenes Report post Posted May 26, 2009 I seem to have the same problem. I've tried a few different path variations. Share this post Link to post Share on other sites
cpetenes Report post Posted May 26, 2009 Now I believe it may be a version issue. I thought we had the latest version (I'm new to this job) but I think we got the software back in Nov. and the feature wasn't added 'till later. I'm going to see what we need to do for the upgrade. Share this post Link to post Share on other sites
Rahul Kumar Report post Posted May 29, 2009 (edited) Hi, 1. You can know the version information from the chart's debug window. (Please refer to http://www.fusioncharts.com/docs/Contents/Debug/window.html ) 2. You can freely update your package from our Product Update Center at http://www.fusioncharts.com/puc. Edited May 29, 2009 by Guest Share this post Link to post Share on other sites
cpetenes Report post Posted June 11, 2009 Upgrading did allow me to add the logo. :cool: Share this post Link to post Share on other sites
saptarshi Report post Posted June 11, 2009 Hello, Great! Share this post Link to post Share on other sites