Mactire Report post Posted April 11, 2014 Hello, I have FusionCharts v3 at home and everything works smooth, but at work they are using older v2. Recently been having issues in aligning and scaling bgSWF on older version. The image seems to stay fixed in upper left corner. I have set the bgSWFDisplayMode to none. I have attached a sample file with image settings. Help appreciated. bkImage.txt Share this post Link to post Share on other sites
Mactire Report post Posted April 11, 2014 Correct the work version I am trying to get background image bgSWFVAlign is 3.1. Alignment works on home 3.3.1 using bgImageVAlign. Share this post Link to post Share on other sites
Mactire Report post Posted April 12, 2014 In V3.2 is the alignments bgSWFVAlign ---bgSWFHAlign or bgImageVAlign? I took my code from free 3.3.1(which displays correctly) and attempted all SWF values in 3.2.1 and it fails(image in upper left). bgSWFDisplayMode='none'. I copied over the 3.2 swf's and .js files. Share this post Link to post Share on other sites
Swarnam Report post Posted April 12, 2014 Hi, "bgImageValign" and "bgImageHalign" attributes are supported from FusionCharts v3.2.2. If you wish to make use of any new features, then you will have to modify your code to include the same. To use these attributes, please try using SWF files from v3.2.2. Hope this helps. Share this post Link to post Share on other sites
Mactire Report post Posted April 13, 2014 Thanks. My company is looking for their subscription info as obviously haven't kept up. Hope they find it. I am still attempting to get current version to dispaly the alignments using the bgSWF's but no success as yet. Continues to default in upper left even though DisplayMode is set to none. Share this post Link to post Share on other sites
Swarnam Report post Posted April 14, 2014 Hey, Can you try using "bgImage" by replacing "bgSWF" attribute to display the background image / SWF file? "bgSWF" attribute is deprecated. Please check out our similar example at: http://docs.fusioncharts.com/charts/Code/JavaScript/bgImageTryout/index.html Hope this helps. Share this post Link to post Share on other sites