hlukes Report post Posted March 19, 2014 We just upgraded to the latest version of Fusion Charts and now our charts that are rendering in hidden divs are no longer working properly. We had display: none for the divs and then click the various radio buttons and it would show the option. We changed to visibility: hidden with 0/0 size and then removed it and gave the div a size. That fixed the mess of rendering the chart but now the download menu is below the container DIV. Below is our hide/show. We have tried it without the diplay and that doesn't help either. for (var i=1;i<=7;i++) { var d = document.getElementById("div#i#" + i); d.style.display = (i==val) ? "block" : "none"; d.style.visibility = (i==val) ? "" : "hidden"; d.style.height = (i==val) ? "600px" : "0px"; d.style.width = (i==val) ? "800px" : "0px"; } This is the container div <div style="visibility: hidden;" id="diva6"> </div> Share this post Link to post Share on other sites
Haritha Report post Posted March 20, 2014 Hi, This problem has already been detected as a bug at our end. Our developers are working towards fixing it. We shall update this thread about further developments. Share this post Link to post Share on other sites
lisa_dev Report post Posted April 9, 2014 Hi Haritha, Any update on this yet? This is preventing me from upgrading to the latest Fusion Charts in order to solve another issue. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 11, 2014 Hi, For more investigation on this, issue, could you please provide a bit more information on your issue, as mentioned below: a. What exactly your UI looks like and what functionality you are implementing with radio buttons? Please explain along with a couple of screen shots. b. Also, onclick of radio button, after changing the DIV dimension, please resize the chart dimension with the desired pixel values immediately (using resizeTo() function) and see if it fixes the positioning of export menu icon. If feasible, will you be able to provide a scaled down sample to understand the exact issue that you are facing? If yes, drop us a mail with complete details to <[email protected]>? Awaiting your valuable response. Share this post Link to post Share on other sites
hlukes Report post Posted April 11, 2014 You have already indicated this is a known bug in your upgrade. I am waiting for you to fix it. You don't need my code. Nothing worked in your upgrade - no longer export, weird javascript issues. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 14, 2014 Hi, Apologies for the inconvenience. Yes, this issue, which is related to export menu item has already been identified as bug and will be fixed in upcoming release. The issue exactly we found is "Export menu item is getting misplaced, when the chart is rendered inside a div container control." and this issue replicate with various different implementations. So once the new version will release, you can test the issue that you are facing, with the new library files. However, if you require a immediate patch for this please drop a mail to <[email protected]>. Hope this helps! Share this post Link to post Share on other sites
Sanjukta Report post Posted June 25, 2014 Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps. Share this post Link to post Share on other sites