Kai

Members
  • Content count

    2
  • Joined

  • Last visited

About Kai

  • Rank
    Forum Newbie
  1. Thanks for the info. So for the 2nd questions, I assume that the javascript chart still needs to be rendered/shown in browser before exported to the server? I am not familiar with HTML 5.
  2. 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.