Optional ReadonlydataOptional ReadonlyfillFill color for the label text, can be static string or function based on data.
Optional ReadonlyfontFont family for the label text.
Optional ReadonlyfontFont size for the label text in pixels.
Optional ReadonlyfontFont weight for the label text (normal, bold, etc.).
Optional ReadonlyrotateRotation angle for the label text in degrees.
Optional ReadonlyselectFunction to select which canvas to draw on from available canvases.
Optional ReadonlytextText content of the label, can be static string or function based on data.
Optional ReadonlytextText alignment for the label (left, center, right, etc.).
ReadonlyxX position of the label, can be static number or function that calculates position.
Optional ReadonlyxFunction to extract x-value from data points.
Optional ReadonlyxD3 scale for x-axis positioning.
ReadonlyyY position of the label, can be static number or function that calculates position.
Optional ReadonlyyD3 scale for y-axis positioning.
Data point associated with this label.