Skip to content

Configure column view modes

UIinterface

Configures the order of categories in a categorical or list of categories column.

Usage


The following are the step's expected inputs and outputs and their specific types.

Step signature
configure_column_view_modes({"param": value})

where the object {"param": value} is optional in most cases and if present may contain any of the parameters described in the corresponding section below.

Example

Sets the age column as list and the vote_intention column as barChart

Example call (in recipe editor)
configure_column_view_modes({ "age": "list", "vote_intention": "barChart" })

Parameters


For each column select whether to show it as a list or bar chart. By default, all column representations are "barChart".


*param: string

One or more additional parameters. Note that all parameters should have the same type.

Must be one of: "barChart", "list"