Looking for Parallel Coordinates chart for GWT
I need to show something like the following image. Interactive is a plus but is not mandatory and size of data set is not big.
I seen the Protovis. It has this car sample that is just amazing but I do not know how to wrap it up and use from GWT.
You can check out the protovis-GWT wrapper. If the specific chart is not supported by the GWT wrapper you can also try to use protovis directly via JSNI.
There is also a custom google chart for parallel coordinates which you can find here. You could use that in combination with the gwt visualization api.