Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TooltipItem

Hierarchy

  • TooltipItem

Index

Properties

Optional chart

chart?: Chart

The chart the tooltip is being shown on

Optional dataIndex

dataIndex?: number

Index of this data item in the dataset

Optional dataset

dataset?: any

The dataset the item comes from

Optional datasetIndex

datasetIndex?: number

Index of the dataset the item comes from

Optional element

element?: Element

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

Optional formattedValue

formattedValue?: string

Formatted value for the tooltip

Optional label

label?: string

Label for the tooltip

Optional parsed

parsed?: any

Parsed data values for the given dataIndex and datasetIndex

Optional raw

raw?: unknown

Raw data values for the given dataIndex and datasetIndex

Generated using TypeDoc