Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
GWT-Graphics Pie Chart
Hello every one!
I am decide to use gwt-graphics to show PieChart in my project.
But I do not understood is there in gwt-graphics.jar class or functions to
draw Pie Chart?
Is it true that gwt-graphics allow paint only simple figures (circle, bars, gradients and e.t.c)?
Hi,
GWG Graphics is just a vector graphics library for GWT. You cannot use it directly in your Vaadin server-side code, you have to create your own widget in order to use GWT Graphics with Vaadin.
-Henri
Yes, i am using gwt-graphics it in my GWT project without Vaadin. But i do not understood
may i am use PieCharts or i must make own PieChart classes and realization.