import Report post Posted January 8, 2010 1:When I use getChartFromId ( "chart1Id"); this ChartObj exist, but, when I setDataXML () found it impossible to get to the setDataXML () method. However, when I'll wait for pages to load is completed, wait for 1 second after the discovery, setDataXML way to get to. I think there may be an asynchronous loading problem. What I have marked to determine their load complete? 2:Chart of the div we always found that the total at the highest level, if we do not want to require such an effect, it should be how to set up? 3:When we setDataXML when too much data, there has been a film script that led to Adobe Flash Player 10 speeds reduced, if it continues to run. . . I would like to know where the control can display data be? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted January 10, 2010 (edited) Hi, Wish you a very Happy New Year. 1:When I use getChartFromId ( "chart1Id"); this ChartObj exist, but, when I setDataXML () found it impossible to get to the setDataXML () method. However, when I'll wait for pages to load is completed, wait for 1 second after the discovery, setDataXML way to get to. I think there may be an asynchronous loading problem. What I have marked to determine their load complete? >> Please refer to the link below:- Ref.- http://www.fusioncharts.com/docs?/JS_setDataXML.html 2:Chart of the div we always found that the total at the highest level, if we do not want to require such an effect, it should be how to set up? >> Could you please explain the issue a bit elaborately? 3:When we setDataXML when too much data, there has been a film script that led to Adobe Flash Player 10 speeds reduced, if it continues to run. . . I would like to know where the control can display data be? >> Could you please refer to the link, already mentioned above? Awaiting your reply. :hehe: Edited January 10, 2010 by Guest Share this post Link to post Share on other sites
import Report post Posted January 11, 2010 (edited) Question one: I use the Action request data from the background. Meanwhile, the front jump to the page, while the front of the jsp page the way through the js loading control but does not load the data, and then in the ajax callback function setDataXML. Thus, if the background a very short response time when there will be no setDataXML () This attribute the phenomenon of? Question two:See attached images. Question three:I will put my data files inside the annex. IE still prompt error. myDataXMLFile.txt Edited January 11, 2010 by Guest Share this post Link to post Share on other sites
import Report post Posted January 13, 2010 Who can help me? Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 18, 2010 Hello, For Question 1: I'm afraid, this is an issue when a huge amount of Xml data is loaded in the chart. As of now, we do not have any workaround to come across this issue. For Question 2: Could you please render the chart in transparent mode? e.g. <script type="text/javascript"> var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "0"); myChart.setDataURL("Data.xml"); myChart.setTransparent(true); myChart.render("chartdiv"); </script> Share this post Link to post Share on other sites
import Report post Posted January 18, 2010 Thanks! I would like to know the pressure testing of the data, that is, how much you can load the XML data this problem does not occur, we can resolve it in the business above. However, I still want a limit. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 18, 2010 Hello, For Column and Line charts the number of set elements that can be used is around 200 to 300. This also depends on how much additional data you have provided (e.g. toolText, link,etc) Share this post Link to post Share on other sites