Hi in 3.2 there is a new feature: Automatic rendering of JavaScript charts on devices (like iPad and iPhone) where Flash player is not supported.
Right now we export flash-based charts to the server and convert them into pdf.
But it requires charts to be rendered in the current browser screen. This prevents us from exporting charts in some automatic manners, e.g. by a scheduler.
So with this new javascript chart feature, I have two questions:
1. how to export this type of charts,
2. does it has the same limitation? (i.e. has to be rendered before exporting.)
Thanks.