Optional
Readonly
dataOptional
Readonly
fillFill color for the label text, can be static string or function based on data.
Optional
Readonly
fontFont family for the label text.
Optional
Readonly
fontFont size for the label text in pixels.
Optional
Readonly
fontFont weight for the label text (normal, bold, etc.).
Optional
Readonly
rotateRotation angle for the label text in degrees.
Optional
Readonly
selectFunction to select which canvas to draw on from available canvases.
Optional
Readonly
textText content of the label, can be static string or function based on data.
Optional
Readonly
textText alignment for the label (left, center, right, etc.).
Readonly
xX position of the label, can be static number or function that calculates position.
Optional
Readonly
xFunction to extract x-value from data points.
Optional
Readonly
xD3 scale for x-axis positioning.
Readonly
yY position of the label, can be static number or function that calculates position.
Optional
Readonly
yD3 scale for y-axis positioning.
Data point associated with this label.