Configure graph regions¶
UI • interface
Configures the column that is displayed as the label of the graph region.
Configures the column that is displayed as the label of the graph region A good choice would be a column containing a short text or label identifying or summarizing the corresponding group of rows in the dataset in a meaningful way, such as the cluster or segmentation.
Usage¶
The following are the step's expected inputs and outputs and their specific types.
Step signature
configure_graph_regions(field: column, {"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¶
Example call (in recipe editor)
configure_graph_regions(ds.field, { margin: 32 })
Inputs¶
field: column
Parameters¶
margin: number
Sets the space between labels.