I am looking for a GWT api/example that creates a xy plot. Here is an image of the example one that I made in powerpoint. There will be two other plots like the example below and each point will be clickable and then highlighted on another plot. Is there a way to do this in GWT using java not javascript… I have found a lot of swing demos and javascript, but looking for something pure java for gwt.
Thank you very much

The Google Charts API GWT widgets may fit your need. In particular, you may be able to modify the Scatter chart to fit your requirements.