Optional
Readonly
classOptional
Readonly
dataData point associated with this annotation.
Optional
Readonly
fillFill color for the SVG path, can be static string or function based on data.
Optional
Readonly
onClick event handler that receives mouse event and scale/data data.
Optional
Readonly
opacityOpacity level of the SVG path (0-1).
Readonly
pathFunction that generates the SVG path string based on data.
Readonly
pathHeight of the SVG path in pixels.
Readonly
pathWidth of the SVG path in pixels.
Readonly
plotArray of plot data points.
Optional
Readonly
strokeStroke color for the SVG path border.
Optional
Readonly
tooltipTooltip text to display on hover, can be static string or function based on data.
Optional
Readonly
xX position of the annotation, can be static number or function that calculates position based on scales and data.
Optional
Readonly
xFunction to extract x-value from data points.
Optional
Readonly
xD3 scale for x-axis positioning.
Optional
Readonly
yY position of the annotation, can be static number or function that calculates position based on scales and data.
Optional
Readonly
yD3 scale for y-axis positioning.
CSS class name for styling the SVG path annotation.