sdasd923892

Members
  • Content count

    2
  • Joined

  • Last visited

About sdasd923892

  • Rank
    Forum Newbie
  1. Hi, thanks for your fast replay! I downloaded FC 10 minutes ago and created my first jsp with a chart in it. everything works well so far. Now I'm looking for the solution to get rid of the flash animation and get a fine image instead. But there is one problem: "Export charts as images (JPEG, PNG) or PDFs at client-side or server-side. In either case, the chart first needs to render in browser. You cannot directly export the chart as images/PDFs on server until the chart has rendered in browser." If that's the case, I'm not able to include images in my JSP's, am I? It's not possible to create images manually and insert them into my JSP with an -tag, because the input data changes every minute. And my app should be flash free for clients view.
  2. Hi, I'm looking for an external chart library for my jsp/servlet/java app. But for some reasons, I don't wanna use flash in my whole app. It is possible to inlcude the charts as image file such as jpg or png in my jsp's?