Optional
Readonly
backgroundOptional
fillStyle?: stringFill color for the tooltip background.
Optional
height?: numberHeight of the tooltip background.
Optional
strokeStyle?: stringStroke color for the tooltip background border.
Optional
width?: numberWidth of the tooltip background.
Readonly
backgroundCustom function to draw the tooltip background shape on canvas.
Optional
Readonly
chartID of the chart this tooltip belongs to.
Optional
Readonly
fontFont family for the tooltip text.
Optional
Readonly
fontFill color for the tooltip text.
Optional
Readonly
fontFont size for the tooltip text.
Optional
Readonly
originFunction to calculate the tooltip position origin.
Readonly
tooltipConfiguration for tooltip content generation.
Function to generate tooltip content from data.
Readonly
tooltipCustom function to render tooltip content on canvas.
Optional
Readonly
toolFill color for the tooltip container.
Optional
Readonly
toolStroke color for the tooltip container border.
Optional
Readonly
toolWidth of the tooltip container border.
Readonly
yFunction to access Y-axis values from data for tooltip positioning.
Background styling configuration for the tooltip.