Function: drawDiscNodeLabel()
drawDiscNodeLabel<
N,E,G>(context,data,settings):void
Defined in: sigma/src/rendering/node-labels.ts:16
Type Parameters
• N extends Attributes = Attributes
• E extends Attributes = Attributes
• G extends Attributes = Attributes
Parameters
context
CanvasRenderingContext2D
data
PartialButFor<NodeDisplayData, "x" | "y" | "label" | "color" | "size">
settings
Settings<N, E, G>
Returns
void