Hi Micha.

I have not played around with the GWT. However, ultimately, the
charts4j is simply a  small Java library that produces a Google Chart
API URL string (ex: 
http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World).
There is nothing special about it or GWT specific. As a result,
charts4j can work in any Java environment -- as long as you are
connected  to the Internet.

Embed those URLs in an image tag and you are done -- however you do
that in GWT. In Model-View-Controller parlance, build the URLs in the
GWT model, and display them in the GWT view.

This question comes up a lot, so I will try to provide an example in
the next few weeks.

-Julien
http://charts4j.googlecode.com

On Feb 16, 2:59 am, micha <[email protected]> wrote:
> Hi,
>
> i'd like to know if someone ever successfully tried to integrate the
> charts4j library into a GWT project? I always get the error "No source
> code is available for type ..." when using any class from charts4j. I
> already created a jar file that contains both .class and .java files
> but that didnt help.
>
> Any help is highly welcome.
> Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to