Chetan Report post Posted August 23, 2012 (edited) Whats wrong with this XML that I don't see data plot on the MSBAR3D graph?? Please help me asap. Does not render in SWF mode however does render in javascript mode using FusionCharts.setCurrentRenderer('javascript'); Tried IE, chrome, mozilla FusionChart enterpirse version Details * @license License Information at <http://www.fusioncharts.com/license> * * @author FusionCharts * @version 3.2.1-release * * Third-party attributions: * SWFObject v2.2 <http://code.google.com/p/swfobject/> * JSON v2 <http://www.JSON.org/js.html> * Firebug Lite 1.3.0 <http://getfirebug.com/firebuglite> * jQuery 1.4.2 <http://jquery.com/> //////////////////////////////////////////////// - <chart caption=" " showLabels="1" showValues="1" decimals="2" numberPrefix="%"> - <categories> <category label="Mar-2012" /> <category label="Apr-2012" /> <category label="May-2012" /> </categories> - <dataset seriesName="Pots" color="FFC000" showValues="1"> <set value="14.81" /> <set value="9.70" /> <set value="12.16" /> </dataset> - <dataset seriesName="Voice T" color="FF0000" showValues="1"> <set value="39.78" /> <set value="47.42" /> <set value="39.35" /> </dataset> - <dataset seriesName="High BW-MPLS" color="3333CC" showValues="1"> <set value="12.11" /> <set value="10.56" /> <set value="11.68" /> </dataset> - <dataset seriesName="OfficeSuite" color="00CC99" showValues="1"> <set value="32.84" /> <set value="31.22" /> <set value="35.68" /> </dataset> - <dataset seriesName="Cloud" color="FFFF00" showValues="1"> <set value="0.46" /> <set value="1.10" /> <set value="1.14" /> </dataset> </chart> Edited August 23, 2012 by Chetan Share this post Link to post Share on other sites
Sanjukta Report post Posted August 24, 2012 Hi, I am afraid, we are unable to replicate the issue with Multi-series Bar 3D chart in the latest version of FusionCharts, i.e, FusionCharts XT (v3.2.2) Service Release 4. Please check with the attached sample for your reference. Hope this helps. MSBar3D.zip Share this post Link to post Share on other sites
Chetan Report post Posted August 24, 2012 (edited) So I have FC version 3.2.1. Can you please provide me the fix for that version? Or what is the solution? How do I upgrade? Edited August 24, 2012 by Chetan Share this post Link to post Share on other sites
Guest Bindhu Report post Posted August 25, 2012 Hi Chetan, You may download the latest trial version from the link below, www.fusioncharts.com/download/trials Hope this helps! Share this post Link to post Share on other sites
Chetan Report post Posted August 27, 2012 Hello FusionChart Team, I cannot use trail version for my app. I would please need a fix for the FC version 3.2.1 I have. Hi Chetan, You may download the latest trial version from the link below, www.fusioncharts.com/download/trials Hope this helps! Share this post Link to post Share on other sites
Guest Bindhu Report post Posted August 28, 2012 Hi Chetan, If you do not want to use the trial version, please purchase the licensed version from the link below, http://www.fusioncharts.com/buy/ The licensed version files come with out the watermark. Hope this helps! Share this post Link to post Share on other sites
Chetan Report post Posted August 29, 2012 The problem was the space in datapoint value Instead of this working node <set value='31.47' /> The some formatting reason it had space like this <set value='31.47 ' /> which didn't render the graph properly.. And btw Bindhu, I had upgraded with help of email to support team. They showed me a way to do the upgrade. Hi Chetan, If you do not want to use the trial version, please purchase the licensed version from the link below, http://www.fusioncharts.com/buy/ The licensed version files come with out the watermark. Hope this helps! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 30, 2012 Hey Chetan, Its nice to hear that, you have managed to resolve your issue. Share this post Link to post Share on other sites