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