create_filter_insight
Create a new insight from a selection of nodes.
Title of the insight.
Indicates if the insight can replay its original state or not.
Values must be one of the following:
drillDown
directSelectionInGraph
nonPersistedColumn
True
False
Column used to color the UI.
Theme mode applied to the whole insight.
Values must be one of the following:
dark
light
Defines if the cross-filters mode is set to auto.
Defines if the cross-filters and significant variables should ignore null values.
Sets the visualization type to absolute or relative.
Useful to shown or not the statistics of the main variable/column.
A filter query. See Advanced query filters for more information.
The order in which a variable’s categories are displayed. An object configuring for each column a method determining the order of its categories.
Order of the categories in a specific column.
Values must be one of the following:
BACKGROUND
FOREGROUND
UPLIFT
TFIDF
ORDINAL
Configure categories to hide in the filter view of categorical variables. Categories less frequent than the configured threshold will not appear in the UI.
A list of threshold configurations. A categorical column can have two kinds of thresholds determining whether specific categories will be hidden from its view in the UI: a minimum number of rows in the current selection below which a category will be hidden, or a minimum number of rows in the whole dataset (everything).
The thresholds
parameter should be a list containing 1 or 2 objects: the configuration of a selection
threshold, and/or the configuration of a threshold for everything.
Flag for internal usage identifying non-user configurations.
Main column from which the insight is created.
Visual representation mode of the insight’s columns. For each column select whether to show it as a list or bar chart. By default, all column representations are “barChart”.
One or more additional parameters.
Values must be one of the following:
barChart
list
{"country": "list", "vote intention": "list", "cluster": "barChart"}
Type and appearance of an insight’s elements. A list in which each item is an object configuring the appearance of a particular insight element.
Was this page helpful?