RationalRabbit Report post Posted August 20, 2016 I have seen references such as "map will adjust to the size of the container which has to be adjusted by other means", but that "other means" is never described in the responses I have seen. Since my experiments seem to show that max-height and max-width do not work, resulting in a tiny, scrunched up map, I assume the only means I have left is javascript or media queries. Is this right, or am I missing something? Share this post Link to post Share on other sites
Gagan Sikri Report post Posted August 26, 2016 Hi Please replicate the issue in this JSFiddle sample: http://jsfiddle.net/fusioncharts/e57mb/so that I can assist you accordingly. Share this post Link to post Share on other sites
RationalRabbit Report post Posted September 10, 2016 I'm afraid I do not know how to set anything in the <head> section on jsfiddle, and the viewport would need to be set. I don't know that that would be a good way to demo, anyway. as the demo should really be full screen. You can take a look at my demo page, though, here I did change the jsfiddle markup to basically resemble my setup. Opacity doesn't seem to be working, for some reason. Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted September 13, 2016 Hi, Thanks for getting in touch. To turn off the opacity of the charts, you need to set containerBackgroundOpacity to 0. Fiddle: http://jsfiddle.net/moonmi/719fu8st/14/ Hope this helps. Thanks. Share this post Link to post Share on other sites