Sign in to follow this  
Guna Sekhar

Chart Rendering-Issues

Recommended Posts

We are using license version of Fusion SWF files. Even we are facing below issue

 

1. if add Render as

 

FusionCharts.setCurrentRenderer('javascript');

 

Chart is not rendering in chrome.

 

2. Down side of chart getting label “FusionCharts”,so can i remove this lebel.

 

3. if i add 'FusionCharts.setCurrentRenderer('javascript');' drill down is working fine in Firefox only.how can make sure its works fine in all browsers.

 

How can make sure that chart(even drill downs also) will render with all browsers .

 

quick help is happy for us.

 

 

 

 

My code as shows below.

 

 

 

 

quick reply is help full for us.

 

 

 

 

-----------------

 

 

<!DOCTYPE html >

<html>

<head>

 

 

<title> </title>

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

 

 

</head>

<body>

 

 

 

<div class="gen-chart-render">

 

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

 

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

 

FusionCharts.setCurrentRenderer('javascript');

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

myChart.setXMLUrl( "files/xml/linkchart.xml" );

myChart.render( "chartContainer" );

 

 

 

// -->

</script>

 

</div>

 

 

</body>

</html>

 

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Please find the response below, inline with your queries,

 

1. if add Render as FusionCharts.setCurrentRenderer('javascript'); Chart is not rendering in chrome.

>> Can you please confirm that you are running these files from a server instead of from a local file system?

 

Many browsers restrict JavaScript from accessing local file system owing to security reasons.

 

Please make sure that you run files from a server.

 

2. Down side of chart getting label “FusionCharts”,so can i remove this lebel.

>> Please make sure that you are using the licensed version files.

 

Please try once again after clearing browser cache memory.

 

3. if i add 'FusionCharts.setCurrentRenderer('javascript');' drill down is working fine in Firefox only.how can make sure its works fine in all browsers. How can make sure that chart(even drill downs also) will render with all browsers .

>> It should work fine in all the supported browsers.

 

If you are running the files from local file system, please try setting the Flash Player Global Security Settings.

 

For more details on ' How to Setup Flash Player Global Security Settings', please refer to the link below,

http://docs.fusionch...HowToSetup.html

 

Hope this helps!

Edited by Bindhu

Share this post


Link to post
Share on other sites

Thanks Bindhu,

I will check and back to u.

 

Thanks

Guna

 

 

Hi,

 

Please find the response below, inline with your queries,

 

1. if add Render as FusionCharts.setCurrentRenderer('javascript'); Chart is not rendering in chrome.

>> Can you please confirm that you are running these files from a server instead of from a local file system?

 

Many browsers restrict JavaScript from accessing local file system owing to security reasons.

 

Please make sure that you run files from a server.

 

2. Down side of chart getting label “FusionCharts”,so can i remove this lebel.

>> Please make sure that you are using the licensed version files.

 

Please try once again after clearing browser cache memory.

 

3. if i add 'FusionCharts.setCurrentRenderer('javascript');' drill down is working fine in Firefox only.how can make sure its works fine in all browsers. How can make sure that chart(even drill downs also) will render with all browsers .

>> It should work fine in all the supported browsers.

 

If you are running the files from local file system, please try setting the Flash Player Global Security Settings.

 

For more details on ' How to Setup Flash Player Global Security Settings', please refer to the link below,

http://docs.fusionch...HowToSetup.html

 

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