probaproba Report post Posted January 3, 2013 Hi, Is there any way to track download count of PNG,JPG or PDF files in Fusion Charts. Greetings and Happy New Year Share this post Link to post Share on other sites
Guest Sumedh Report post Posted January 3, 2013 Hi, A warm welcome to FusionCharts Forum and Happy New Year! 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
probaproba Report post Posted January 3, 2013 It helps. Thanks for the quick response. Share this post Link to post Share on other sites