Optional ReadonlyclassOptional ReadonlydataData point associated with this annotation.
Optional ReadonlyfillFill color for the SVG path, can be static string or function based on data.
Optional ReadonlyonClick event handler that receives mouse event and scale/data data.
Optional ReadonlyopacityOpacity level of the SVG path (0-1).
ReadonlypathFunction that generates the SVG path string based on data.
ReadonlypathHeight of the SVG path in pixels.
ReadonlypathWidth of the SVG path in pixels.
ReadonlyplotArray of plot data points.
Optional ReadonlystrokeStroke color for the SVG path border.
Optional ReadonlytooltipTooltip text to display on hover, can be static string or function based on data.
Optional ReadonlyxX position of the annotation, can be static number or function that calculates position based on scales and data.
Optional ReadonlyxFunction to extract x-value from data points.
Optional ReadonlyxD3 scale for x-axis positioning.
Optional ReadonlyyY position of the annotation, can be static number or function that calculates position based on scales and data.
Optional ReadonlyyD3 scale for y-axis positioning.
CSS class name for styling the SVG path annotation.