Optional ReadonlydataOptional ReadonlyfillFill color for the path, can be static string or function based on data.
Optional ReadonlyrotateRotation angle for the path in degrees.
Optional ReadonlyscaleScale factor for the path size.
Optional ReadonlyselectFunction to select which canvas to draw on from available canvases.
Optional ReadonlystrokeStroke color for the path, can be static string or function based on data.
Optional ReadonlystrokeStroke width for the path outline.
Optional ReadonlysvgSVG path string (d attribute), can be static string or function based on data.
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.