Optional ReadonlyclassOptional ReadonlydataData point associated with this annotation.
Optional ReadonlyfillFill color for the bar, can be static string or function based on data.
Optional ReadonlyfontFont family for the annotation text.
Optional ReadonlyfontFont size for the annotation text.
Optional ReadonlyonClick event handler that receives mouse event and scale/data data.
Optional ReadonlyopacityOpacity level of the bar annotation (0-1).
Optional ReadonlypathFunction to generate SVG path for the bar shape.
ReadonlyplotArray of plot data points.
Optional ReadonlystrokeStroke color for the bar border.
Optional ReadonlytextText content to display on the annotation.
Optional ReadonlytextText anchor positioning (start, middle, end).
Optional ReadonlytextFill color for the text.
Optional ReadonlytextIcon character to display alongside text.
Optional ReadonlytextText anchor positioning for the icon.
Optional ReadonlytextFill color for the icon.
Optional ReadonlytextFont size for the icon.
Optional ReadonlytextOpacity level of the icon (0-1).
Optional ReadonlytextRotation angle for the icon in degrees.
Optional ReadonlytextHorizontal offset for icon positioning.
Optional ReadonlytextVertical offset for icon positioning.
Optional ReadonlytextOpacity level of the text (0-1).
Optional ReadonlytextRotation angle for the text in degrees.
Optional ReadonlytextHorizontal offset for text positioning.
Optional ReadonlytextVertical offset for text positioning.
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 bar annotation.