Advanced Configuration
Describe advanced configuration options
Once advanced configuration is set, it can be overwritten but can not be removed, even if you remove it from the advanced configuration panel.
To remove all advanced configuration completely, duplicate a slice.
Some configuration options are not available in the user interface. These can be set by opening the advanced configuration panel. There are two categories of advanced configuration: slice configuration and data configuration.

Opening the configuration panel looks like this.

Slice configuration options
Slice configuration options can either appear at the top level or within a config object.
Like this:
or like this
noDataMessage
A html message to display when no data has been returned to this slice.
A string containing valid html.
All slices
minSelections
The minimum number of data selections that must be selected in this slice. These selections will happen automatically.
Integer
All slices
maxSelections
The maximum number of data selections poissible
Integer
All slices
minZoom
The minimum zoom level that the map can zoom to
Integer
Map
maxZoom
The maximum zoom level that the map can zoom to
Integer
Map
numberOfRows
The number of rows to show in the leaderboard.
Integer
Leaderboard
includeAppSlugs
The slugs of apps that a user can link to. Users will only see apps that they have permission to see.
A list of strings containing valid app slugs.
Navigator
Data configuration options
Data configuration options affect what data shows up in the slice. These can either be configured under a data key, or at the top level.
Like this:
or like this
include_automatic_filter_keys
A list of strings containing the automatic filters that are allowed. Filters not on this list will be ignored.
A list of strings
All slices
exclude_automatic_fitler_keys
A list of strings containing automatic filters to ignore.
A list of strings
All slices
automatic_filters
A dictionary containing automatic filter keys and values that are
A dictionary
All slices
filter_expression
One or more expressions that customize what you see in this slice. The expressions must evaluate to a boolean value.
A string, or a list of strings containing valid boolean expressions
All slices
order_by_expression
One or more expressions that control the display order of data you see in this slice.
A string or list of strings containing valid expressions.
All slices
Last updated
Was this helpful?