Sign in to follow this  
prakash chaudhary

No Data Is Displaying....

Recommended Posts

Since I want to create entire fusioncharts in javascript only so i have used below method as,

FusionCharts.setCurrentRenderer('javascript');

But it is not showing me any data, & there is message coming as no data to display while removing the above line then it shows me data properly so please tell me how to see data in only javascript format.

 

My code is here as,

 

 

<html>

<head>

<title>My First chart using FusionCharts - Using JavaScript</title>

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

</head>

<body>

<div id="chartContainer">FusionCharts will load here!</div>

<script type="text/javascript"><!---

FusionCharts.setCurrentRenderer('javascript');

var myChart = new FusionCharts( "FusionCharts/Column3D.swf", "myChartId", "400", "300", "0", "1" );

myChart.setXMLUrl("Data.xml");

myChart.render("chartContainer");

// -->

</script>

</body>

</html>

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your post.

 

Could you please confirm the browser type and version you are using?

 

If you are using google chrome, you would need to render the chart from serverside and provide the XML from a file.

 

OR

 

You can provide XML data as string in case you want to render it locally.

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Yup, I am using Google Chrome...

So why it is not working in Google chrome ?

Hi,

 

Thanks for your post.

 

Could you please confirm the browser type and version you are using?

 

If you are using google chrome, you would need to render the chart from serverside and provide the XML from a file.

 

OR

 

You can provide XML data as string in case you want to render it locally.

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Hi,

 

We are currently looking into this and shall update you as soon we come up with the fix.

 

Thank you for your continued patience and support.

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