Search results

CrosshairTooltip API in React Chart API component

Configures the crosshair tooltip for the chart, allowing customization of the tooltip’s appearance and content during crosshair interactions.

Properties

enable

boolean

If set to true, the crosshair tooltip will be visible on the chart when interacting with the crosshair.

Defaults to false

fill

string

The fill color of the tooltip accepts values in hex and rgba as valid CSS color string.

Defaults to null

textStyle

FontModel

Options for customizing the crosshair tooltip text, including font settings such as family, size, style, weight, and color.