Configure node title¶
UI
ยท
interface
Configures the column that is displayed as the title of the node.
The title identifies each node visually and can be used to filter the network.
A good choice would be a column containing a short text or label identifying or summarizing the corresponding row in the dataset in a meaningful way, such as the title of an article or the ID of a customer.
Note that larger nodes are more likely to have their label drawn in the network view. See configure_node_size.
Usage¶
The following are the step's expected inputs and outputs and their specific types.
configure_node_title(title: 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¶
configure_node_title(ds.title, { margin: 32 })
Inputs¶
title: column
Parameters¶
margin: number
Sets the space between titles.