With the SettingsWidget
the analysis settings for the
result calculation can be selected.
var settings = useeio.settingsWidget({
model: model,
selector: '.useeio-settings-widget',
});
In the example below, the settings widget is linked to a hash configuration that serializes the settings into the hash-part of the URL which can be then used by other widgets.
var config = useeio.urlConfig();
config.join(settings);