# Interface: TooltipItem<TType>

# Type parameters

Name Type
TType extends ChartType

# Properties

# chart

chart: Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>

The chart the tooltip is being shown on

# Defined in

types/index.d.ts:2897 (opens new window)


# dataIndex

dataIndex: number

Index of this data item in the dataset

# Defined in

types/index.d.ts:2932 (opens new window)


# dataset

dataset: UnionToIntersection<ChartDataset<TType, DistributiveArray<ChartTypeRegistry[TType]["defaultDataPoint"]>>>

The dataset the item comes from

# Defined in

types/index.d.ts:2922 (opens new window)


# datasetIndex

datasetIndex: number

Index of the dataset the item comes from

# Defined in

types/index.d.ts:2927 (opens new window)


# element

element: default<AnyObject, AnyObject>

The chart element (point, arc, bar, etc.) for this tooltip item

# Defined in

types/index.d.ts:2937 (opens new window)


# formattedValue

formattedValue: string

Formatted value for the tooltip

# Defined in

types/index.d.ts:2917 (opens new window)


# label

label: string

Label for the tooltip

# Defined in

types/index.d.ts:2902 (opens new window)


# parsed

parsed: UnionToIntersection<ParsedDataType<TType>>

Parsed data values for the given dataIndex and datasetIndex

# Defined in

types/index.d.ts:2907 (opens new window)


# raw

raw: unknown

Raw data values for the given dataIndex and datasetIndex

# Defined in

types/index.d.ts:2912 (opens new window)