.supportsAttribute( DisplayerAttributeGroupDef.AXIS_GROUP );
}
@Override
protected Widget createVisualization() {
chart = new AreaChart();
chart.addSelectHandler(createSelectHandler(chart));
chart.draw(createTable(), createOptions());
HTML titleHtml = new HTML();
if (displayerSettings.isTitleVisible()) {