msiqueira9 Report post Posted June 27, 2017 Hi there, I have a web site that I am building it with bootstrap in order to keep it responsive and to make the pages display correctly across all devices. My reports page have a few charts and in order to keep the responsiveness their width is set to 100%. The problem is that when I set this with percentage the batchexport function generates an image with 0 bytes. I tried in this fiddle http://jsfiddle.net/fusioncharts/pnqhtseq/ and get an empty text file as response when I switch any of the charts to 100% Is there any way to keep the page responsive and still be able to use the batchExport functionality? Regards Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted June 27, 2017 Hi, Fusioncharts batchExport api method lets you pass the height and width of each chart as attribute at the chart level. Which will export your chart based on that dimension, even if the charts are rendered with width are 100% in the web. Please refer the documentation link for details - http://fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#static-batchExport Also, you can check this sample fiddle for further reference - http://jsfiddle.net/ksxx52d5/ Share this post Link to post Share on other sites
msiqueira9 Report post Posted June 27, 2017 Hi Ayan, Thank you for your reply, I noticed that yesterday while I was doing some tests to get it working, but even if I set only the width it does not work unless I set the height to. So I will go with this solution for now, but one thing I noticed is that the images still get a little blurred even in the fiddle you sent I notice that the same happens. Is it possible to get the images any better than that? I tried with jpeg and png but didn't notice much of a difference in them. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted June 28, 2017 Hi, Fusioncharts exported images are based on 96 DPI (approx), viewing this on any screen which is having DPI more than this, will result in blurred images. Share this post Link to post Share on other sites
msiqueira9 Report post Posted August 15, 2017 Hi Ayan, I am having an issue with the batch export, that is not working on Ipads or IE, do I need to add any extra configuration or library for it to work on Ipads? Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted August 16, 2017 Hi, We are looking into the problem, we will get back to you once there are any updates. Share this post Link to post Share on other sites