chart.draw(createTable(), createOptions());
}
private GeoChartOptions createOptions() {
GeoChartOptions options = GeoChartOptions.create();
options.setWidth(displayerSettings.getChartWidth());
options.setHeight(displayerSettings.getChartHeight());
return options;
}