Chetan

Graph Not Plotting For Msbar3D

Recommended Posts

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>

post-10473-0-85559200-1345757257_thumb.png

post-10473-0-34258500-1345758295_thumb.png

Edited by Chetan

Share this post


Link to post
Share on other sites

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

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 by Chetan

Share this post


Link to post
Share on other sites
Guest Bindhu

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now