{
Composite composite = new Composite(container, SWT.NONE);
composite.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE));
composite.setLayout(new FillLayout());
chart = new StackedTimelineChart(composite, dates);
chart.getTitle().setVisible(false);
chart.getLegend().setPosition(SWT.BOTTOM);
chart.getLegend().setVisible(true);