API / Configuration / ChartTooltipRendererArgs
Defined in: src/types/chart/tooltip.ts:118
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
T |
MeaningfulAny |
Properties
| Property | Type | Description |
|---|---|---|
headerFormat? |
CustomFormat | ValueFormat |
Formatting settings for tooltip header row (includes computed default). |
hovered |
TooltipDataChunk<T>[] |
- |
hoveredPlotBands? |
AxisPlotBand[] |
Plot bands that contain the current pointer position. |
hoveredPlotLines? |
AxisPlotLine[] |
Plot lines that intersect with the current pointer position. |
xAxis? |
null | ChartXAxis |
- |
yAxis? |
ChartYAxis |
- |
Previous