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.