twosouth Report post Posted March 5, 2010 Hi, I am experimenting with the Scatter chart sample. I have succesfully made a number of changes by playing with the xml settings. Ultimately, I am trying to chart the locations of trailers on a trucking yard using this tool. To that end, I want to place a layout of the trucking yard as the background image for the chart. I have created a jpeg file with visio that looks like a fictional trucking yard but I can not get it to display. I placed the yard.jpeg file in the same directory as the in the charts directory (C:Usersscott7DownloadsFusionChartsFusionCharts_EvaluationCharts). At the moment I am running off my c drive, no webserver is involved. Here is what my chart element looks like: <chart palette='1' caption= 'YMS - Columbus, OH' numDivLines='13' yAxisName='Slots' xAxisName='Slots' rotateNames='0' showLegend='1' showNames='1' xAxisMaxValue='10' xAxisMinValue='1' yAxisMaxValue='10' decimals='1' bgSWF='yard.jpeg' > What am I missing? Thank you for your help in advance! Scott Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 5, 2010 Hi Scott Can you please set canvasBgAlpha='30' or a lesser number and see if it becomes transparent enough to show your background? Hope this helps. Srividya Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 5, 2010 Hello Scott, Could you please consider setting bgAlpha='0' in the <chart> element and see if this helps? Ref. - http://www.fusioncharts.com/docs/Contents/AttDesc/Background.html >> External Image or SWF File as Background I hope this helps you. Share this post Link to post Share on other sites
twosouth Report post Posted March 9, 2010 Thanks guys. Here is what I did over the weekend that took care of it - and it is the advice from you both rotateNames='0' showLegend='0' showNames='0' showLabels='0' bgSWF='Contents/Images/yard.jpg' canvasBgAlpha='00' canvasBorderColor='333333' canvasBorderThickness='0' showYAxisValues='0' bgAlpha='0' xAxisMaxValue="100" xAxisMinValue="00" yAxisMaxValue="7" decimals="1"> Thanks again. Scott Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 9, 2010 Hi Scott You are most welcome. Glad that you were able to solve it. Srividya Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 9, 2010 Hey, You are most welcome. Cheers! Share this post Link to post Share on other sites