a2b Report post Posted November 2, 2008 I am trying to use FCMap_NewWorld.swf to plot my country based data. However, it appears that this specific map does not acknowledge a map size. Well it does, but it does not resize the map to fit inside the allotted area. Is there a way to get this map to resize? Are there any other solutions? I could do FCMap_World.swf but my data has country codes and I have no way to convert them to continents at this time. Thank you for your time. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 3, 2008 hi, You would need to maintain the constrain ratio since maps can not stretch as per width and height. The actual map size for New World map is 2150 x 1130 . Hence, you would need to follow this ratio. Share this post Link to post Share on other sites
a2b Report post Posted November 5, 2008 I am using the renderMap php function and putting a size with the same ratio and the embed area of the map does change to the desired size. However, the map itself does not resize, it simple is cropped off on the right and bottom of the embed. When render other charts I have no problem with the chart resizing to the desired size. Is there another method I am missing to get the chart itself to resize into the given embed area? Thanks for your help. Share this post Link to post Share on other sites
a2b Report post Posted November 5, 2008 So, I just noticed scaleMode=noScale being attached by default. Is this what is causing it to not scale? Why is this default and how do I override it. There is nothing in the documentation about this variable??? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 6, 2008 Hi, NoScale is the default scale mode that we use. That is not an issue. Could you please let us know if you are using % width/height? Could you please send us the code and sizes that you are using so that we can debug this issue? Share this post Link to post Share on other sites
a2b Report post Posted November 12, 2008 I think the issue was caused by using rather than . It would still display the map but would not honor size and displayed the map as black. We got it all worked out now. Thanks. Share this post Link to post Share on other sites