Google Analytics like GUI

Hi,

I would like to build a GUI which is a bit like Google Analytics report. Does anyone an idea, from what components Google analytics is build up (GWT would do also), so I could learn what layout is used?

Thanks,
Rudolf

Most of the charts shown there are supported by the
VisualizationsForVaadin add-on
, which is using Google Chart Tools.

As for layout, it might either be a Google-internal GWT dashboard layout, or just a grid layout with customization for dragging some parts around etc.

With Vaadin, you could to build around a GridLayout, with your own implementation to support dragging layouts around if that is needed. The current development version of the visual designer also supports dragging components in a grid layout etc. but is using some layout dragging related Vaadin changes that are not yet in Vaadin trunk.