Sign in to follow this  
Vaibhav Agarwal

Problem With Ms Area Chart

Recommended Posts

Guest Chaitra

Hello,

 

Welcome to FusionCharts Forum!

 

We are unable to replicate the issue. I have attached a screenshot of your requirement.

 

Could you please let us know about the following details?

 

1. FusionCharts version you are using.

 

2. The browser you are using to render the charts,

 

3. The mode in which you are rendering the charts.

 

Awaiting your response.

post-33681-0-18548800-1356342379_thumb.png

Share this post


Link to post
Share on other sites

Hello,

Thanks for reply. Detail are....

 

1. FusionCharts version is 3.2.1

 

2. The browser we are using to render the charts is Mozilla Firefox 17.0.1, IE 9 and Google Chrome 23.0.1271.97

 

3. The mode in which we are rendering the charts - setDataXML

 

 

<script type="text/javascript" src = "FusionCharts/FusionCharts.js" ></script>

<script type="text/javascript">

FusionCharts.setCurrentRenderer("flash");

</script>

<div id="container_MSArea_93689">Chart</div>

<script type="text/javascript">

var myChart = new FusionCharts("FusionCharts/MSArea.swf", "MSArea_93689", "750", "350", "0", "1" );

var strXML = "<?php echo $strXML; ?>";

myChart.setDataXML(strXML);

myChart.render("container_MSArea_93689");

</script>

 

strXML string is already i have attached in previous post "msarea.txt"

Edited by Vaibhav Agarwal

Share this post


Link to post
Share on other sites
Guest Chaitra

Hello,

 

We are unable to replicate the issue.

 

I have attached a screenshot of the chart rendered in Chrome 23.0.1271.97 browser. Please check.

 

Thanks!

post-33681-0-65978800-1356605341_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for reply...

 

but still problem not solved. We have paid subscription of fusion charts.

 

i am sending a link for your reference.

 

http://www.indiaelec....com/MSArea.php

 

 

and some screen shots of different browsers.

 

please resolve the problem ASAP.

 

 

Please note that the XML you are using to render the Multi-series Area chart seems to be malformed when check from the browser console.

 

Could you please try providing the correct XML to the chart with proper starting and ending tags and see if this helps?

 

In case you are unable to rectify the issue, please send us the XML that you are using, as an attachment so that we might test it.

 

You may also mail us with your issue at [email protected] .

 

Looking forward to your reply.

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
Sign in to follow this