use of org.activityinfo.ui.client.component.report.view.ChartOFCView in project activityinfo by bedatadriven.
the class ChartEditor method createChartPane.
private void createChartPane() {
chartView = new ChartOFCView();
preview = new ReportViewBinder(eventBus, dispatcher, chartView);
center.add(chartView, new BorderLayoutData(Style.LayoutRegion.CENTER));
}
Aggregations