API / Configuration / ChartTooltipRowRendererArgs
ChartTooltipRowRendererArgs:
object
Defined in: src/core/types/chart/tooltip.ts:151
Type declaration
| Name | Type | Description |
|---|---|---|
active? |
boolean |
- |
className? |
string |
CSS class name pre-built with active/striped modifiers. Apply it to the root <tr> element of the returned row: <tr className={className}>. |
color? |
string |
- |
formattedValue? |
string |
- |
hovered? |
TooltipDataChunk<unknown>[] |
- |
id |
string |
- |
name |
string |
- |
striped? |
boolean |
- |
value |
string | number | null | undefined |
- |