}
protected void createChart(GwtInvientChartsConfig options) {
// For now, disable exporting icons on client. If we need then we would
// add support for setting exporting options through server-side code
GwtExportingOptions exportingOptions = GwtExportingOptions.create();
exportingOptions.setEnabled(false);
options.setExportingOptions(exportingOptions);
//
chart = GwtInvientChartsUtil.newChart(options);
}