Optional
Readonly
dataOptional
Readonly
fillFill color for the path, can be static string or function based on data.
Optional
Readonly
rotateRotation angle for the path in degrees.
Optional
Readonly
scaleScale factor for the path size.
Optional
Readonly
selectFunction to select which canvas to draw on from available canvases.
Optional
Readonly
strokeStroke color for the path, can be static string or function based on data.
Optional
Readonly
strokeStroke width for the path outline.
Optional
Readonly
svgSVG path string (d attribute), can be static string or function based on data.
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.