dhirajr Report post Posted March 25, 2010 Hi, I am not sure what i am missing in this , but even after a long try i am unable to show a background image for a chart. Please find attached my JSP file which takes in the strXML and displays a bubble chart. I would be very happy if you could tell me what i am missing. Thanks, Dhiraj Ramakrishnan BubbleDataXML.jsp.txt Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 25, 2010 Hi Dhiraj Ramakrishnan, Please make the following change: In the xml, the value for bgSWF: bgSWF='../FusionCharts/Images/Bubble.jpg' Please give the complete path to the file. Hope this solves your problem. Srividya Share this post Link to post Share on other sites
dhirajr Report post Posted March 26, 2010 Hi Srividya, Thanks for your reply. Unfortunately giving the full path does not seem to have any affect. It is still not showing the background image. Could you give me some other pointers? - Dhiraj Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 26, 2010 Hi Dhiraj, Can you tell me what path you gave? Thanks Srividya Share this post Link to post Share on other sites
dhirajr Report post Posted March 28, 2010 Hi Srividya, As suggested by you i gave the fully qualified path bgSWF='D:AppsTomcat 5.5webappsFusionCharts_JSPFusionChartsBubble.jpg' in the Chart XML. Thanks, Dhiraj Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 29, 2010 Hi Dhiraj, I really appologize for the inconvenience caused. Absolute path may not help in this case. Please use relative path to the bgSWF file. I have tested your xml here and it works fine. 1. Please ensure that you have given the correct relative path to the bgSWF file. 2. Ensure that the chart and bgSWF file are in the same domain. Please refer to http://www.fusioncharts.com/docs/Contents/BgSWF.html for more details. Please set debugMode to true and see if the dialog gives any error message ( in red ) Hope this helps. Srividya Share this post Link to post Share on other sites
dhirajr Report post Posted March 31, 2010 Hi Srividya, Unfortunately, i am still not able to get the background image working. Is it a domain problem? I have the images and the swf file in the same folder under tomcat, still it is not picking it up. Can you throw some further light on it ? Thanks, Dhiraj Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 31, 2010 Hi Dhiraj, Can you please mail me the image and the xml? I will test it out here. Thanks for your patience. Srividya Share this post Link to post Share on other sites
dhirajr Report post Posted March 31, 2010 Hi Srividya, Please find attached the XML in the Sample JSP and the JPEG file. Thanks, Dhiraj BubbleDataXMLSample.jsp.txt Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 31, 2010 Hi Dhiraj, Attached is the jsp code that displays the background image for me here, on testing. I placed this jsp in FusionCharts_JSP/JSP/Test folder. I placed the Bubble.jpg in FusionCharts_JSP/FusionCharts/Images folder. Please try this out. Hope that it works this time. Srividya BubbleBgChart.jsp.txt Share this post Link to post Share on other sites