SergeyT Report post Posted November 14, 2011 Hello. xAxisValues renders for only last 3 vertical lines and not for first ones. In flash there is all right. Is any way to fix it? <?xml version="1.0" encoding="utf-16"?> <chart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" > <set label="s1" value="16" /> <set label="s2" value="11" /> <set label="s3" value="11" /> </chart> Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 15, 2011 Hi, Thanks for your post. Could you please elaborate your query a bit more? Awaiting for your response. Share this post Link to post Share on other sites
SergeyT Report post Posted November 15, 2011 Hi. Nothing special. I make bar2d chart and give it these data. When chart renders in flash, on xAxys I see: 0,4,8,12,16, 20 and when chart renders in javascript, on xAxys I see: 12, 16, 20 (0,4,8 - absent) Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 15, 2011 Hi, Could you please send us the XML code to test it from our end? Please confirm the FusionCharts version you are using. Awaiting for your response. Share this post Link to post Share on other sites
SergeyT Report post Posted November 28, 2011 ver 3.2.2. I've got simple test page like this. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript" src="/Scripts/jquery-1.4.1.js"></script> <script type="text/javascript" src="/Scripts/FusionCharts.js"></script><script type="text/javascript" src="/Scripts/FusionMaps.js"></script> </head> <body> <button value="aaa" onclick="f1()">aaa</button> <div id="regions_chart" style="width:600px; height:300px; background-color:#a00;"></div> <script language="javascript" type="text/javascript"> function f1() { FusionCharts.setCurrentRenderer('javascript'); var chrt = new FusionCharts('/Content/Charts/Bar2D.swf', "Graph419370_5", "100%", "300", "0", "1"); chrt.setXMLData('<?xml version="1.0" encoding="utf-16"?><chart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" > <set label="s1" value="16" /> <set label="s2" value="11" /> <set label="s3" value="11" /> </chart>'); chrt.render("regions_chart"); } </script> </body> </html> -- and result is on the first picture attached. When I don't use ' FusionCharts.setCurrentRenderer('javascript'); ' the result is correct on second picture. I see trouble in javascript rendering... Share this post Link to post Share on other sites
SergeyT Report post Posted December 9, 2011 Angshu ? Share this post Link to post Share on other sites
Guest Angshu Report post Posted December 9, 2011 Hi, Thanks for your response. I am afraid, We are unable to replicate the issue, as the code you provided is working fine from our end. Please find the screenshot attached for your reference. Meanwhile, please find the latest SR1 beta JS files attached for your reference. You would need to copy these JS files in your charts folder. Looking forward to your feedback. FusionChartsSR1-beta2.zip Share this post Link to post Share on other sites
SergeyT Report post Posted December 12, 2011 Oh, guys! You are really great support! New beta files work fine and my problem with x-axis values is solved now. I'm so happy. Thank you very very much! Share this post Link to post Share on other sites
SergeyT Report post Posted December 12, 2011 Oooops, not so fast! ))) Our company has a licence on Fusion Charts and thats was ok. But now with these beta-scripts, "FusionCharts" signature applyes to every chart. What am I to do? Share this post Link to post Share on other sites
Guest Angshu Report post Posted December 12, 2011 Hi, Please note that the files provided to you are evaluation JS files having watermark "FusionCharts" on them. As a licensed user, you would need to upgrade to the latest version from the link: http://www.fusioncharts.com/puc/. Here, you can manage your licensed products including downloading any available upgrades. Hope this helps. Share this post Link to post Share on other sites