Sign in to follow this  
probaproba

Tracking Downloads

Recommended Posts

Guest Sumedh

Hi,

A warm welcome to FusionCharts Forum and Happy New Year! smile.gif

 

No. This is not possible. Tracking number of downloads using FusionCharts XT is not possible.

 

However, you can write your own logic for this.

 

You can use callback handler of export functionality to get the count.

 

You can configure the component to invoke a callback JavaScript method, when the chart has been saved by user. This is useful for tracking whether the exported charts have been saved by your user.

 

Using callback handler, you can set a flag and depending on the flag, you can get the count.

 

For more information, please refer the following link:

http://docs.fusionch...ntCallback.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