resourceGroup.getName(), measurementDefinition, data);
StackedBarMetricGraphImpl graph = GWT.create(StackedBarMetricGraphImpl.class);
graph.setMetricGraphData(metricGraphData);
graph.setGraphListView(this);
MetricD3Graph graphView = new MetricD3Graph<D3GroupGraphListView>(graph, this);
graphView.setWidth("95%");
graphView.setHeight(MULTI_CHART_HEIGHT);
graphsVLayout.addMember(graphView);
}