programmer Report post Posted December 15, 2014 (edited) I'm having problems getting my export options to work on a bar chart. I have successfully implemented this feature on my line charts, but this is not working. jsFiddle (http://jsfiddle.net/christie317/fxgde8p8/4/) finds no errors... what am I missing? Thank you so much! Edited December 15, 2014 by programmer Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted December 16, 2014 Hi, Please make use of the "exportenabled" and set it to 1 in the chart element. Also to hide the export menu icon, you can make use of the "exportShowMenuItem" and set it to 0. Please refer the fiddle below (updated fiddle) http://jsfiddle.net/moonmi/xocf5qtq/ Hope this helps. Share this post Link to post Share on other sites
programmer Report post Posted December 16, 2014 Oh, gosh! Totally forgot that setting exportEnabled! Thanks so much!! I've added a logo and it isn't showing up in the exported documents whether I use absolute or relative paths... do the images added using logoURL not render in the exports? Or am I doing something wrong? Thanks, again!! Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted December 17, 2014 Hi, It is not possible to export logo along with the chart with the current version. However, the issue has been taken care of and can be achieved with our next release version. We will keep you posted regarding the release. Until then your patience and support is appreciated. Thanks. Share this post Link to post Share on other sites