Sign in to follow this  
FusionCharts Support

javascript problem

Recommended Posts

Hi,

 

 

 

FusionCharts.js is required only to render a chart.

 

 

 

The rest of the functions are exposed to JavaScript by the chart object itself.

 

 

 

So, please set registerWithJS to 1 while rendering the chart and

 

 

 

try accessing the chart object by its DOMId using getChartFromId function provided by FusionCharts.js.

 

 

 

Once you get reference to the chart you can call print() etc.

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