Search results

PivotTooltipSettingsModel API in React Pivot Table API component

Interface for a class PivotTooltipSettings

Properties

border

PivotChartBorderModel

Allows options to customize tooltip borders.

enable

boolean

Allows to set the visibility of the tooltip.

enableAnimation

boolean

If set to true, ToolTip will animate while moving from one point to another.

enableMarker

boolean

Allows to set the visibility of the marker.

fill

string

Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

format

string

Allows to set the format the ToolTip content.

Allows to set the header for tooltip.

opacity

number

Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

shared

boolean

If set to true, a single ToolTip will be displayed for every index.

template

string | Function

Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.

textStyle

PivotChartFontModel

Allows options to customize the ToolTip text.