Sign in to follow this  
ultifinal

Not able to call a function on Mouse Click

Recommended Posts

 

The chart will appear within this DIV. This text will be replaced by the chart.

 

 

var xmldata = '';

 

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

 

myChart.setDataXML(xmldata);

 

myChart.render("chartdiv");

 

 

Share this post


Link to post
Share on other sites

Hi,

Could you please enable the parameter registerWithJS to "1" to register the chart with JavaScript?

It's the last parameter in FusionCharts constructor function.

Ref.- var chart1 = new FusionCharts("../../FusionCharts/Column3D.swf", "chart1Id", "400", "300", "0", "1");

If you are running the application from local file system and not from web server (local or live) please check that you have Flash Player Global Security settings set on.

To read more on this please read:

http://www.fusioncharts.com/forum/Topic5009-47-1.aspx#bm8077

Hope this helps. Smile.gif

Share this post


Link to post
Share on other sites

Fantastic!! :D

 

 

 

Your note on "Flash Player Global Security settings" clicked!

 

That was the problem!!

 

 

 

I really appreciate the quick turnaround!

 

 

 

Vaibhav.

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey Vaibhav,

 

 

 

As they say ...

 

 

 

Don't walk behind me...

 

Don't walk infront of me...

 

Walk with me.

 

 

 

We try to emulate this in FusionCharts Support.

 

 

 

Glad to know your issue is resolved.

 

 

 

Have a great day! :)

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