Skip to content

Configure graph layout

UIinterface

Configures the x & y columns used to map node positions in the graph.

Usage


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

Step signature
configure_graph_layout(
    x: number,
    y: number
)

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_layout(d.x, d.y)

Inputs


x: column:number

Numerical column with the x position in the graph.


y: column:number

Numerical column with the y position in the graph.