API / Configuration / ChartTooltipRendererArgs
Defined in: src/core/types/chart/tooltip.ts:127
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
T |
MeaningfulAny |
Properties
| Property | Type | Description |
|---|---|---|
headerFormat? |
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. |
hoveredPlotShapes? |
AxisPlotShape[] |
Plot shapes that contain the current pointer position. |
xAxis? |
null | ChartXAxis |
- |
yAxis? |
ChartYAxis |
- |
Previous