instancePanel.getElement().setAttribute("style", "margin-top:15px");
chartArea.add(instancePanel, new BorderLayoutData(BorderLayout.Region.SOUTH, "150px"));
// ------
ResizableWidgetCollection.get().add(new ResizableWidget() {
public Element getElement() {
return chartPanel.getElement();
}
public boolean isAttached() {