I want to perform model-based dynamic charting through GWT in HTML5 compatible browsers.
I know that the following library exists:
GWT canvas
The problem is that this library does not support drawing text inside the canvas, so I can draw lines, but not write text in my charts.
I was not able to find any other plugin that works with Canvas in GWT (which is really strange given the click of Google HTML5).
Is there such a component?
source
share