codingMadMan11 Report post Posted July 31, 2013 Hello, I added exportenabled:1 to my chart and the export icon appears in the top right of the chart as expected. However, if I click on the export icon nothing happens. There is no dropdown menu of the export types. I have the following below: (chart appears perfectly). I was referencing this page: http://www.fusioncharts.com/demos/features/#exporting-as-images-or-pdf var fusionData = { chart: { caption : chartParameters.name, SubCaption : "", xaxisname:xaxis, yaxisname:yaxis, numberPrefix:"$", slantLabels:1, enableRotation:1, palette : 1, animation : 1, pieslicedepth : 30, startingangle : 90, showvalues:showValues, exportenabled: 1, exportShowMenuItem:1 }, Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 1, 2013 Hi, What FusionCharts version are you using? Did you try it using FusionCharts XT v3.3.1 Service Release 2 files? Share this post Link to post Share on other sites
codingMadMan11 Report post Posted August 2, 2013 I figured out my problem, I create my charts in a dialog and the export menu was appearing under that dialog. So I set the z-index of the export menu high so it appears in front of the chart Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 2, 2013 It's nice to hear, that you have managed to resolve your problem. Share this post Link to post Share on other sites