tags:

views:

98

answers:

1

I'm looking to perform some dynamic charting based on a model via GWT on HTML5 compliant browsers.

I know that the following library exists :

GWT Canvas

The problem is that this library does not support drawing text within the canvas so I can draw lines but no write text on my charts.

I haven't been able to find any other plugin that works with the Canvas in GWT (which is really odd given the HTML5 push by Google).

Does such a component exist?

+1  A: 

You could take a look at the official canvas support in gwt-incubator. http://code.google.com/p/google-web-toolkit-incubator/wiki/GWTCanvas

Mobbit
Does that already support drawing text?
Chris Lercher