title
string
required

Title of the insight.

replayDisabled
[string, boolean]

Indicates if the insight can replay its original state or not.

Values must be one of the following:

  • drillDown
  • directSelectionInGraph
  • nonPersistedColumn
  • True
  • False
colorColumn
[string, null]

Column used to color the UI.

relative
boolean

Sets the visualization type to absolute or relative.

statsVisibility
boolean

Useful to shown or not the statistics of the main variable/column.

selection
string

A filter query. See Advanced query filters for more information.

categoricalColumnsOrdering
object

The order in which a variable’s categories are displayed. An object configuring for each column a method determining the order of its categories.

categoricalColumnsThreshold
object

Configure categories to hide in the filter view of categorical variables. Categories less frequent than the configured threshold will not appear in the UI.

column
[string, null]
required

Main column from which the insight is created.

columnViewModes
object

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”.

elements
array[object]

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.