vancepublishing Report post Posted February 26, 2008 I've looked all over the forum and I couldn't find an answer so pardon me if this has been answered somewhere else, but is there a way to remove the "Print Chart" option from the right-click menu of the chart. My company is using FusionCharts v3 (and we are very satisfied with the product) but we want to remove the ability for users to print the chart directly from the chart itself. This way a user can only print a chart if they print the screen and then it'll have our company logo on the page and all other good stuff... It seems like this should be possible with an easy xml attribute (i.e. allowprint='0') but I can't find it. Is it possible? If so how can I implement it? Thanks Share this post Link to post Share on other sites
FusionCharts Support Report post Posted February 27, 2008 hi, You can disable rigth click menu using showFCMenuItem='0' Share this post Link to post Share on other sites
vancepublishing Report post Posted February 27, 2008 I added showFCMenuItem='0' to my chart.xml and it only removed the "About Fusion Charts" right-click menu item. I don't want to disable the right-click menu, I just want to remove "Print Charts" from the menu. I enabled debug mode and can confirm that I'm using version 3.0.5. Do I need to upgrade my SWF file to a later version? We want to just remove "Print Chart" because we are using the "Save as Image" functionality. When a user clicks "Save as Image" and the image is generated using the ASP.NET script, we are able to add a water mark to the chart so the users know where the chart came from. But we are unable to do this with the "Print Chart" feature, so we would just like to remove it as an option while still maintaining the right-click menu. Is this possible? Thanks Share this post Link to post Share on other sites
Pallav Report post Posted February 28, 2008 I'm afraid it's not directly possible. You'll need to edit the source code to attain the same. Share this post Link to post Share on other sites
john2m Report post Posted February 13, 2009 Hi Pallav , We have some sensitive data on the charts and want to disable the print or right click on the charts . How do we do that if it is only possible by changing the source code as per your reply. Thanks , John Share this post Link to post Share on other sites
Pallav Report post Posted February 19, 2009 Hi John, You can use FusionCharts v3.0.7 and set [chart showPrintMenuItem='0' ...] Share this post Link to post Share on other sites
sheston Report post Posted July 11, 2013 Hi John, You can use FusionCharts v3.0.7 and set [chart showPrintMenuItem='0' ...] Pallav, this worked great. Thanks so much! Share this post Link to post Share on other sites
Haritha Report post Posted July 12, 2013 Hi Sheston, Welcome to FusionCharts Forum Glad to know that the solution provided by Pallav helped you out. Happy FusionCharting Share this post Link to post Share on other sites